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?