Flash Guru's I need you....

MainFramed

Diamond Member
May 29, 2002
5,981
1
0
I just made a nice lintro(ish) thing for a webpage, however when it gets to the end i want it to go all the way back to the beginging and stop...so like it wont loop it will just show the begiing pic. how do i do this?
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
On the last keyframe, put this in the actionscript window:

goToAndStop(1);

That should reset the playhead back to the first frame. You can set it to another frame if frame 1 doesn't show anything.

If that doesn't work for you, try putting another copy of the opening image at the end of your animation and on the last keyframe put "stop();" in the actionscript window.