Skip to main content
December 17, 2008
Question

wacky problem with Frame label

  • December 17, 2008
  • 1 reply
  • 279 views
I have a menu set up with three items. Menu item one has "gotoAndPlay("video"), menu item two has "gotoAndPlay("somethinghere") etc...

My menu items two and three always jump to the correct frame label. I am having a problem with the first menu item.
When you click through the menu items slowly, content loads in correctly, but it seems that if you click different menu items too fast, the first menu item jumps back the main timeline to frame 1. My menu is inside of a movieclip. This is where my frame labels are.

Has anyone ever seen an issue like this before or know how to prevent this wacky behavior?
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
December 17, 2008
use the goto methods, not functions:

_root.gotoAndPlay("video");