Button a, when pressed triggers a few things. I triggers a mask to tween in to uncover some text. But the movie will only play as long as i have the button pressed … Why is that??? ITS SO ANNOYING
thanks in advance
k
Button a, when pressed triggers a few things. I triggers a mask to tween in to uncover some text. But the movie will only play as long as i have the button pressed … Why is that??? ITS SO ANNOYING
thanks in advance
k
I’m assuming there’s a Movie Clip inside of the Button on the DOWN state?
The Movie Clip containing the mask and tweens.
Is this correct?
Thats a good idea, but I went an checked and there is nothing for that button on the downstate.
If so, here’s what you do:
> Take the Movie Clip outside of your Button, and place it wherever it needs to be placed on your Stage.
> Give the Movie Clip an Instance Name.
> Give your Button these actions:[AS]on (press) {
InstanceName.gotoAndPlay(“frameLabel”);
}[/AS]Now, just change "InstanceName to the right one, and also change the frame label/number.
Hope this helps.
whats your code on your button?
you might want to make an mc somewhere and have the button set an onEnterFrame function on this mc to do what your trying to do… :S
Prophet.
:: Copyright KIRUPA 2024 //--