Hi everyone!
I had a question on using multiple “on(press)” actions for a button/movieclip combo that’s got me puzzling :puzzle:.
Here’s the situation:
I’ve got a movie clip that has motion and button press actions in it. When I apply a “swapDepths” code to this movie clip in the main site, it seems to cancel out the embedded actions in the movieclip’s buttons.
Sooo, I tried an on(press){this.gotoAndPlay(“framename”);} and it seems to work for 1/2 the actions. Is there a way to create an “on the second press” kind of script so I can jump to the next frame (i.e. “framename2”) within the movieclip to activate those button actions?
I think the prob. may be similar to an earlier post (see below…)
Any help would be greatly appreciated!!