PDA

View Full Version : Simple actionscript?



Furious5
December 1st, 2002, 08:56 AM
God this is so simple, yet I can't seem to get it to work...

I've got an intro animation, which I have placed in movie clip. At the end of this movie clip I want it to stop and then go to and play a frame labelled interface on the main timeline.

The only thing is I can't seem to get the actionscript to work.

Any ideas, using Flash5?

andr.in
December 1st, 2002, 09:19 AM
add this code on the last frame of the intro!

_root.gotoAndPlay("interface");

_root. refers to the main timeline, and the frame label must be between ""