Skip to main content
Participating Frequently
December 28, 2010
Answered

ActionScript 2

  • December 28, 2010
  • 1 reply
  • 835 views

Hello...Basically iv included actionscript which produces a 3d carousel through an xml file. everything has worked out well except I dont knw how to stop the carousel from playing throughout my flash document. I have included button and frame labels which allow you to go to different pages, but on every page the carousel is playing throughout. iv tried the stop();

What i would like is for the actionscript to disappear after frame 19 and beyound. is there anyway I could do that through actionscript maybe?

I am using Flash CS5 and Actionscript 2.0

Thank You

This topic has been closed for replies.
Correct answer kglad

if you're using attachMovie() to add movieclips to your swf, use removeMovieClip() to remove them.


1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
December 28, 2010

if you're using attachMovie() to add movieclips to your swf, use removeMovieClip() to remove them.


U11Author
Participating Frequently
December 28, 2010

Thx 4 the reply m8. Im new to flash I want to remove it after frame 19? how wud i go abwt doing that?