Hi,
In my main movie I'm wanting to have a gotoAndStop on a button's "Over" state to help the user know which menu they are in. I've given the button an instance name of menu1 and the button's "Over" state a frame label of menustop1.
The following actionscript is in the main movie but doesn't do anything:
gotoAndStop("menu1.menustop1"
;
Any ideas?
In my main movie I'm wanting to have a gotoAndStop on a button's "Over" state to help the user know which menu they are in. I've given the button an instance name of menu1 and the button's "Over" state a frame label of menustop1.
The following actionscript is in the main movie but doesn't do anything:
gotoAndStop("menu1.menustop1"
Any ideas?