[Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Serge Jespers
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

Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Prakaz
Well dude.. Have a beer, chill out or go for a walk... and may be when u return, the problem will be staring at you in you face and u can swat it! :-) If its possible u could share you fla and i'll check it out at my end It seems very strange indeed P On 10/11/06, Serge Jespers [EMAIL

RE: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Danny Kodicek
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

Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Dennis - I Sioux
regards, Dennis - Original Message - From: Serge Jespers [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, October 11, 2006 11:12 AM Subject: [Flashcoders] simple gotoAndPlay :: Am I losing my mind? What's going on here...? I have

Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Serge Jespers
There is absolutely no function that is going to that frame 34... There is no onEnterFrame besides my debugging onEnterFrame function to check the currentframe... When I put a gotoAndStop(75) in my onEnterFrame, it still passes through frame 34 before going to 75... gotoAndStop(16) works.

Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Serge Jespers
Sorry... That should have been @Prakaz... Really embarrassing... :-/ There is absolutely no function that is going to that frame 34... There is no onEnterFrame besides my debugging onEnterFrame function to check the currentframe... When I put a gotoAndStop(75) in my onEnterFrame, it still

RE: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Danny Kodicek
One last stab in the dark: I assume you do have content and keyframes beyond frame 34? The name 'nopics' suggests that this frame might be empty? Danny ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Prakaz
have you tried using the bandwidth profiler to check out how your controls are jumping from one frame to another...? try putting a gotoAndPlay(75) in frame 20 or so and use the bandwidth profiler to see how the flow is, once the frame hits frame 20 does it jump directly to frame 34 or 75? P

Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Dennis - I Sioux
- Original Message - From: Serge Jespers [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, October 11, 2006 11:52 AM Subject: Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind? There is absolutely no function that is going

Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Serge Jespers
It's getting worse... :-/ It works like it should inside the IDE. But not in a browser. Now you could think that my main.swf is causing this swf to mess up but I'm doing the exact same thing with another swf and that one works perfect... The troubled swf is being loaded with a

RE: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Mike Mountain
] [mailto:[EMAIL PROTECTED] On Behalf Of Serge Jespers Sent: 11 October 2006 14:22 To: Flashcoders mailing list Subject: Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind? It's getting worse... :-/ It works like it should inside the IDE. But not in a browser. Now you could think

RE: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Toby
] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Serge Jespers Sent: 11 October 2006 14:22 To: Flashcoders mailing list Subject: Re: [Flashcoders] simple gotoAndPlay :: Am I losing my mind? It's getting worse... :-/ It works like it should inside the IDE. But not in a browser. Now you could

RE: [Flashcoders] simple gotoAndPlay :: Am I losing my mind?

2006-10-11 Thread Merrill, Jason
To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] simple gotoAndPlay :: Am I losing my mind? I have had fla's go haywire on me for unknown reasons, its only happened once but it was very random. I created a new FLA and literally copied everything across and it worked fine... maybe I had overlooked