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?
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.