i wanna do this thing dunno if its possible but on mouse over (mouse over mi button) i want this clip to play but i want it to play over the top so i dont lose mi button u get me?
on (release) {
getURL(“main.html”, “_self”);
}
on (rollOver) {
gotoAndPlay(“flare”);
}
flare is the name of the layer and the instant name of the clip i want to play.
lol i wanted 1 button to go to the main.html but when u just do the mouse over i want this clip i got to play but im guessin from wat u sed i need seperate buttons or summit.
No problem at all, let’s say you have a timeline, and in that timeline you have a movieclip with your animation you want to play, and your button. The movieclip has the instance name ‘mc’ for example and button has ‘btn’.
The first frame of that movieclip is empty and has a stop action, otherwise you’d already see a part of the animation and it’d play already. Don’t think you’re wrong when your first frame isn’t empty, that’d be because you already want people to see the a bit, and then animate it on roll over of the button. Ok.