I was setting up buttons for 6 scenes. Testing the buttons and scenes with “enable simple buttons” everything works as expected. However, when I export the fla the 6th scene never can be accessed. Rather the button for ‘six’ returns to and plays “one” . I tried switching scene 5 and 6 around and putting ‘five’ as the last scene in the Scene Panel. Whatever is the last scene in the Scene Panel after export can’t be accessed. The button directs me back to ‘one’. Wierd.
Is there a limit to scenes? Am I missing something or has anyone else had this problem?
are you labeling your scene …
on(release){
_root.gotoAndPlay("sceneone");
}
scenetwo scenethree scenefour ect…
frame labels in the first frame will eliminate flash try to figure out what your trying to tell it to do … its all in frame labels …
cheers
thank you timothye . I just took a swim and frame labels as a solution came to mind. It works just fine now. I greatly appreciate this site and community of users!
your welcome … cheers