Skip to main content
Participant
November 16, 2007
Question

Trouble with stop();

  • November 16, 2007
  • 1 reply
  • 152 views
I am sure this problem has already been addressed but I can't seem to find it.

I don't want my movie to loop so I have the stop(); in my actions layer on the last frame of the FLA. At first this works fine. However when I try to add script for buttons, either at the beginning or at the end, after the stop (for future frames) my movie loops.

Any suggestions??

Also, can anyone recommend good tutorials for forward/back buttons and cascading menus?

Thank Youuuuu
This topic has been closed for replies.

1 reply

clbeech
Inspiring
November 16, 2007
you may be using 'gotoAndPlay' , then the movie will 'play'. try using gotoAndStop() calls instead.