I'm writing some code that (I think) requires sequentially playing MovieClip objects. I would like to be able to leave this at a single frame and using only external source files.
The way I wish to use this is to switch between sections of my program.
remove current child
construct movieclip
add new child
wait for completion of new child and goto next step
Is this posisble?
Edit: Other than the ENTER_FRAME method. Running a handler every frame seems wasteful when a signal surely could be sent when the clip reaches its final frame.