Hi. I am new to flash and am stumped on one (simple) thing. I have an animation that plays and then stops. From there I have a movie clip on the timeline that I want to start playing at frame (2).
The problem is, its not working. Its going to and stopping, not playing. Please, what am I doing wrong?
Thanks so much.
Here are the actions:
stop();
onClipEvent (EnterFrame)
{
this.boxes.gotoAndPlay(2):
}