all groups > flash actionscript > april 2006 >
You're in the

flash actionscript

group:

Wont Stop


Re: Wont Stop Motion Maker
4/16/2006 10:37:44 PM
flash actionscript:
1. You have AS errors and are not noticing them when you perform
Control->Test Movie.

2. You have AS on keyframes at the end of the timeline. Review the timeline
and examine all keyframes that have AS on them indicated by the letter a
appearing on the keyframe.

3. You do not have a stop action on the last frame of the movie. Add a layer
at the top of the timeline. Name it AS or Actionscript. Lock it to prevent
adding assets. Add a keyframe to the last frame and add a stop() action.

--
Lon Hosford
www.lonhosford.com
May many happy bits flow your way!
[quoted text, click to view]
Umm yes, I have figured out all of my button issues, but I seem to have a
new
problem.

My Movie, as soon as it is done playing, jumps right to the begginings, and
I
have a Button in there that is supposed to be a replay button. Im fairly
sure
this is right,

on (press, release) {
gotoAndPlay(1);
}

So when my movie gets to the end. It jumps back to the start, and begins
again, and I dont even push the button, and it jumps to the beggining.

Wont Stop Dr.Amatos
4/16/2006 11:19:35 PM
Umm yes, I have figured out all of my button issues, but I seem to have a new
problem.

My Movie, as soon as it is done playing, jumps right to the begginings, and I
have a Button in there that is supposed to be a replay button. Im fairly sure
this is right,

on (press, release) {
gotoAndPlay(1);
}

So when my movie gets to the end. It jumps back to the start, and begins
again, and I dont even push the button, and it jumps to the beggining.
AddThis Social Bookmark Button