Skip to main content
January 30, 2008
Question

buttons inside a movie

  • January 30, 2008
  • 1 reply
  • 134 views
I am having an issue with some buttons inside of a movie that should reference a specific frame on Scene 1. the code I have is

on (release) {
gotoAndPlay("scene1", 546);
}

But it is doing is resetting to the begging of the movie instead of going to frame 546 in scene 1. You can take a look at the file by going to ftp://supersilo.com/exchange use the username of expert and pass of exchange

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
January 30, 2008
don't use scenes for navigation and don't use the goto functions. use frame labels and the goto methods. for example