Hi, I hate to ask such a basic question, but I really dont have a clue when it comes to actionscript.
I would like it so when you press the button with the instance “btn1” it will go to frame 36.
However, instead of it waiting until the button has been press, it goes immidiatly to frame 36. I have a stop command in there too, but i know thats got nothing to do with it (i think)
This is what I done, any ideas?
btn1.onRelease = function() {
gotoAndPlay(36);
};
Thank you for your time
Mark