/ Published in: ActionScript 3
Expand |
Embed | Plain Text
this.addEventListener(Event.ENTER_FRAME, function(event:Event):void{ removeEventListener(Event.ENTER_FRAME, arguments.callee); });
You need to login to post a comment.
arpit on 09/02/09
2 people have marked this snippet as a favorite
this.addEventListener(Event.ENTER_FRAME, function(event:Event):void{ removeEventListener(Event.ENTER_FRAME, arguments.callee); });
You need to login to post a comment.