Okay first off, I'm noob central when it comes to flash. I've gotten a simple movie going in where 3 balls bounce around then slide up and I want them to turn into buttons to direct you to be able to replay the movie.
I created a button. I assigned the up down over hit. I need to set an action on it so that it will gotoandplay(1). So i set it on the button in the button edit mode. I also set a stop() action at the end of the movie so that it won't automatically replay.
Now when i test the movie it does what it's supposed to do when I hover over it. But it doesn't work when i click on it.
In the action for the button in edit button mode i have.
on (release){
gotoAndPlay(1);
}
This should work right?
My brain is melting please tell this noob what I'm doing wrong.
Thanks
I created a button. I assigned the up down over hit. I need to set an action on it so that it will gotoandplay(1). So i set it on the button in the button edit mode. I also set a stop() action at the end of the movie so that it won't automatically replay.
Now when i test the movie it does what it's supposed to do when I hover over it. But it doesn't work when i click on it.
In the action for the button in edit button mode i have.
on (release){
gotoAndPlay(1);
}
This should work right?
My brain is melting please tell this noob what I'm doing wrong.
Thanks