Hi
Im trying to remove a button using action script. Iāv triad a few things with no success. I would like it so that when the button is pressed, it will do an action (gotoAndPlay(2) then go away.
And ideas?
Hi
Im trying to remove a button using action script. Iāv triad a few things with no success. I would like it so that when the button is pressed, it will do an action (gotoAndPlay(2) then go away.
And ideas?
btn.onRelease=function(){
gotoAndPlay(2);
this._visible=false;
}
:: Copyright KIRUPA 2024 //--