My problem lies when I have a button loaded on one frame, and then it goes back to the frame 2 and 3 times, when I press the button, the script runs 2 or 3 times, depending on how many times i go to that frame.
mc_mybutton.onPress = function():Void {
myscript here;
}
any help would be appreciated!
