/ Published in: ActionScript
URL: http://minus.ws/note/?p=94
Don't forget to insantiate with an object or with 'this'.
Expand |
Embed | Plain Text
MovieClip.prototype.time = function (func, delay, arg1, arg2, arg3) { clearInterval(this.waiter); this.waiter = setInterval(func, delay, arg1); }
You need to login to post a comment.
