/ Published in: ActionScript
Expand |
Embed | Plain Text
_global.time1 = getTimer(); _root.onEnterFrame = function(){ _global.time2 = getTimer()-_global.time1; trace(_global.time2); }
You need to login to post a comment.
