PDA

View Full Version : Need help!


djyouth
05-02-2005, 01:42 PM
.

johnnystorm
05-02-2005, 04:06 PM
The problem is about a website (pure flash) which suddenly skips back to the introduction after x number of seconds.
the obvious problem is a missing stop(); action, aside from that I'd look for a call to a missing label, errant play() actions.

Double check that all of your labels and call outs are spelled correctly, also it doesn't hurt to put a stop action in frames that you use gotoAndStop(), prevFrame(), or nextFrame()

Barn
05-02-2005, 06:32 PM
See the first bullet point of this thread: http://www.actionscript.org/forums/showthread.php3?threadid=37043