Basically I have a flash file with 3 scenes, Each scene currently has no animation or action scripts. I want the main scene to have 2 buttons that link to the other 2 scenes.
I have all 3 scenes created and the buttons made, however when I run the Test Movie it just loops between all 3 scenes in order infiniately. I tried adding a stop into the action script of the original scene. It stops the scene but then the links do not work.
As for links they are just plain text, I made them into movie clips so I could make them buttons The action script for them is as follows:
on(press){
gotoAndStop("Scene 2 - Provinces", 1);
}
Does anyone know a way to stop it from looping other than stop? Any help would be appreciated. Thanks
I have all 3 scenes created and the buttons made, however when I run the Test Movie it just loops between all 3 scenes in order infiniately. I tried adding a stop into the action script of the original scene. It stops the scene but then the links do not work.
As for links they are just plain text, I made them into movie clips so I could make them buttons The action script for them is as follows:
on(press){
gotoAndStop("Scene 2 - Provinces", 1);
}
Does anyone know a way to stop it from looping other than stop? Any help would be appreciated. Thanks