Hi,
I'm using CS6 with Actionscript 3.0 and I'm trying to code a basic two button menu. I have a separate layer for my actions with the stop(); action to prevent it from skipping forward to the next frame, but when I try to code my buttons to go to a different frame when clicked on, it seems to ignore the stop script and ends up looping endlessly so that I can't even check if my buttons worked. What could I be doing wrong? My buttons are from the external library, with only the text altered and I haven't been getting any syntax errors when I check the code in the actions tab.
Any help would be appreciated. Thanks in advance
-C