Problem with AS2 stop(); code and Movie clips

Started by: JanRavnik | Replies: 2 | Views: 511

JanRavnik
2

Posts: 1,182
Joined: Apr 2012
Rep: 10

View Profile
Apr 1, 2013 4:26 PM #933725
So Im creating an interactive SWF and Im getting a problem:
When I put the stop(); code in the frame so it doesn't play the next one, the movie
clip inside that frame also stops.
What do I have to do to stop the animation on that frame, but let the movie clip looping?

EDIT: Tsang is curently helping me, witing for the result.
InfamousBonk
2

Posts: 1,011
Joined: Nov 2012
Rep: 10

View Profile
Apr 2, 2013 12:23 AM #934425
I don't know anything about coding but one way you could try to get what you want would be is to code it to where it goes to a different scene with the movieclip and you could code it to loops that scene.
exceld
2

Posts: 1,402
Joined: Dec 2012
Rep: 10

View Profile
Apr 2, 2013 12:53 AM #934470
lol...
First,
Make sure you click the frame first, then press F9 to open the AS. And type stop();

Second,
If you have do the first one, it would be works. But if not, you put the stop(); on the frame and go inside the movie clip. Then you put play(); on the frame (inside the movie clip).