Hey all,
In the newest scripto I can't call the following function anymore:
Can't find method com.scriptographer.ai.Timer.setOnExecute(function). at /basisscripts/timerticksper.js:9
Is this the same for you guys?
Thanks!
You never really were supposed to use it that way.
Does this work?
timer.onExecute = function() {...}
That sure works, thanks.