onEnterFrame???
onEnterFrame???
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- unfittoprint0
I prefer to use FlashMX syntax:
myClip.onEnterFrame=function(){
if(count<myArray.length())[
dothis()
++count
}else{
delete onEnterFrame
}
}As you can see this let's delete in each MovieCLip the onEnterFrame function, releasing the user's CPU from this loop.