Help with on release gotoAndPlay
Hello -
I am working on a Flash project that was using AS2. I now need to update it to AS3. This specific item is for a button that will Close when clicked on and then start playing at frame 400. The button has an instance name of Close.
Can anyone teach or tell me how to convert the following code to AS3?
on (release) {
gotoAndPlay(400);
}
Thank you!!!
