Skip to main content
Participant
June 9, 2006
Question

gotoAndPlay() gone haywire!

  • June 9, 2006
  • 1 reply
  • 156 views
Hello all,
I've just finished a website and there is a bug and I've been having the most trouble figuring out. Go to www.chameleonworldwide.com/CCD.swf . Click on the mainsite button, and it will take you to a random part of my intro. No where near where I told it to send the playhead. On the button I simply used the code

on(release){
gotoAndPlay("main", 1);
}

and if it actually did that we would be fine, however, what you see when you click the button is not in the "main" movie scene at all. Its in the "intro" scene. I can't figure how I would change this code, because I've typed in exactly what I wanted to do. Please Help! My site cannot officially lauch until I fix this.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
June 10, 2006
don't use the goto functions and don't use scene information for navigation: label your frames and use the goto methods.