all groups > flash (macromedia) > september 2004 >
You're in the

flash (macromedia)

group:

Help! Behavior does not work!


Help! Behavior does not work! DaveLinger
9/4/2004 11:50:58 PM
flash (macromedia):
I have a movie that in the first frame, nothing happens. Frame 2 is the same,
but it has the "go to and play frame 1" behavior. Frame 3-something is a motion
tween, and I want to make it so that when you click a button, it goes to frame
3 and plays, rather than looping 1 and 2, however it doesnt work. I made the
button behavior go to and play frame 3, but when I click the button, sit does
nothing and just keeps looping frames 1 and 2 heres an image for reference

thanks


http://www.davessonicsite.com/help.JPG
Re: Help! Behavior does not work! lumeeguvnor
9/5/2004 10:23:59 AM
finding it difficult to read the jpeg
put a stop() command on each frame
then add the
on(Release) {
gotoAndPlay(3);
}
Re: Help! Behavior does not work! rlc5611
9/5/2004 11:43:35 AM
There is a big difference between a button button and a movie clip button. Instead of

this.gotoAndPlay(3);

try

AddThis Social Bookmark Button