I happen to have lots symbols with timelines, if I gotoAndPlay frame 1 from scene 1, most symbols won't play like they did on the first time.
I use
MovieClip(root).gotoAndPlay("one");
|
I happen to have lots symbols with timelines, if I gotoAndPlay frame 1 from scene 1, most symbols won't play like they did on the first time. I use
| |||
|
feedback
|
|
The reason they're not playing is due to the fact that they have their own timeline, if you want every single one of your MovieClip to play, use the following function:
Then to play everything, do | |||
|
feedback
|