Skip to main content
Participant
October 7, 2008
Question

Frame jump problem

  • October 7, 2008
  • 4 replies
  • 355 views
Hello,

I'm not new to Flash MX and I wouldn't have asked but this is taking
me a ridicolous amount of time to debug and I bet it's something
simple. I'm not sure what's happening here and why it doesn't work:

It won't just jump to any of those frames! I'm reading the variable
from a php file, however, for testing purposes I defined it
internally. I also trace it and it's good. But it won't just go and
play that frame. Each of those frame has a stop(); and a movieclip (a
simple image).

Any ideas? o.O

(Using Flash MX 2004 with Actionscript 2.0)

Thanks!!
This topic has been closed for replies.

4 replies

kglad
Community Expert
Community Expert
October 9, 2008
i generally don't download files to correct unless i'm hired. free help i confine to the adobe forums.
ideanceAuthor
Participant
October 9, 2008
Thanks!
kglad
Community Expert
Community Expert
October 8, 2008
show your updated code. (and place a trace(5) on your main timeline's frame 5, so you can see if the playhead is going to frame 5 and then moving before the stage is updated.)
kglad
Community Expert
Community Expert
October 8, 2008
explicitly state the timeline you want to direct:

this.gotoAndPlay(5);

if you want to control the default timeline. then use trace(this) to see what you're doing.
ideanceAuthor
Participant
October 8, 2008
Thanks for your help. Did the changes, still not working. It's stuck at the first frame like it wouldn't recognize the variables. Tracing the variable and *this returns me:

ScreeningAndRecords
_level0

Frustrating,...