Try putting a trace action on frame 75: perhaps it's going there and then looping back for some reason (have you got some action onEnterFrame that might affect it?)
Danny > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Serge > Jespers > Sent: 11 October 2006 10:12 > To: Flashcoders mailing list > Subject: [Flashcoders] simple gotoAndPlay :: Am I losing my mind? > > > What's going on here...? > > I have this one file where frame 75 is named "noPix". > I load some vars and tell it to gotoAndPlay("noPix") if some var is > false. > I end up in frame 34. > > I tell it to gotoAndPlay(75); > I end up in frame 34. > > I check if framesloaded >=75. > It returns true. > > I rename the frame to make sure I'm not using the same name somewhere. > I still end up in frame 34... > > In all cases, it jumps directly to frame 34. There is no frame name > in frame 34, there are no actions on that frame. > > I put the gotoAndPlay action in a seperate function. > Still end up in frame 34 > > I'm going nuts here... > > I don't suppose anyone has a clue? > > Thanks, > Serge > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

