slow flash playback
slow flash playback
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- ********0
same thing different way -
function doIt(){
this.onEnterFrame = function(){
if (true){
//some actions
}else{
delete this.onEnterFrame;
}
}just call doIt and all is well.