프레임 타이머
var a = getTimer();
this.onEnterFrame = function (){
//trace(a);
if((getTimer() - a) >2000){
this.gotoAndPlay(1);
this.onEnterFrame = null;
}
}
약 2초 뒤에 1번 프레임으로 되돌아감.
About this entry
You’re currently reading “프레임 타이머,” an entry on multiplicité
- Published:
- Tuesday, August 30th, 2005 at 8:26 am
- This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 Korea.
- Author:
- vizualizer
- Category:
- techne
No comments
Jump to comment form | comments rss