I have an actionscript 2.0 program that goes through a sequence of frames stepping on eah one using the function stop()

I'm compiling the same script on flash cs 5, that only supports actionscript 3.0, and when running the script the stop() function is ignored

any idea what could be the problem?

link|improve this question

61% accept rate
feedback

2 Answers

Flash CS5 does support AS2. Go to the Publish Settings (File / Publish Settings) and go to the Flash Tab. On the top of the panel you must be able to set the target Player version and ActionScript version.

Good luck, Rob

link|improve this answer
feedback

stop(); on a frame action works perfectly with AS3. You seem to have some other problem causing the script to fail.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.