View Single Post
  #10 (permalink)  
Old 10-17-2008, 08:25 PM
kglad
 
Posts: n/a
Diggs:
Default Re: On hitTest go to next frame? Why doesn't this work?

you can add it to any timeline frame that the playhead enters. you just need
to use the correct path/name to your movieclips from that timeline.

and yes, one of the ways to create a loop and repeatedly execute code is to
use an onEnterFrame function.

Reply With Quote