so yeah
I tried making a actionscript button but for some reason when i try it out and try to click the button I made
it doesnt go to the frame I want it to go
pls help
I watched some tuts on YT about it and used the right codes in the correct order
codes for the action script on button:
on (release) {
gotoAndStop(2)
}
for the action script on frame 1 and 2:
stop();
pls help