When I delete stop() in first frame, then gotoAndPlay(2) is working fine, but that’s not what I want. I have to have that stop() on first frame, so movie will bi initiated and stoped on the first frame, then later on, I can issue gotoAndPlay(2) to continue the movie clip. This doesnt work if you duplicte movie with DuplicatMovieClip. On the new created movie, gotoAndPlay doesn’t work.
I’ve just found wierd solution for this…
I put in the second (2.) frame of the MC gotoAndPlay(3), now is working fine… Is this wierd… gotoAndPlay(n) is supposed to start playing MC from n frame and to keep playing next.
Here is in attachment what I did…
Creating engaging and entertaining content for designers and developers since 1998.