/ Published in: Other
Expand |
Embed | Plain Text
var t:Timer = new Timer(1000,1); t.addEventListener(TimerEvent.TIMER,call_funct); t.start();
You need to login to post a comment.
sherakama on 12/08/09
2 people have marked this snippet as a favorite
var t:Timer = new Timer(1000,1); t.addEventListener(TimerEvent.TIMER,call_funct); t.start();
You need to login to post a comment.