This content has been marked as final.
Show 4 replies
-
1. Re: ArgumentError: Error #2108
Peter Witham Nov 6, 2010 9:43 AM (in response to Fumph)Maybe check the nesting of the call to the right timeline on the gotoAndStop.
-
2. Re: ArgumentError: Error #2108
Ned Murphy Nov 6, 2010 1:07 PM (in response to Fumph)Is that code in the main timeline and is there a scene named Bio?
-
3. Re: ArgumentError: Error #2108
Fumph Nov 7, 2010 4:30 PM (in response to Ned Murphy)No it is not in the main timeline. But i cant use _root. anymore
so how could I do that without moving the button
?
-
4. Re: ArgumentError: Error #2108
Ned Murphy Nov 7, 2010 5:34 PM (in response to Fumph)Try:
navMenu.navBio.addEventListener(MouseEvent.CLICK, navBio1);
function navBio1(event:MouseEvent) {
MovieClip(root).gotoAndStop("BioPlay","Bio")
}



