Associate
- Joined
- 6 May 2009
- Posts
- 371
Hey,
Basicly I have aproject where I have 9 scenes. On all scenes there are buttons that should link to other scenes within the project.
All I want to know is how the Hell do I get a button say on scene 2 to link to scene 8?
There's no fancy ********. No animations, no long frames in the timeline.
To me the following should work:
on (press) {
gotoAndPlay ("scene8", 1);
}
Yet it (along with every button) goes to scene 2 and thenwhen you click buttons there it cycles through about 4 scenes (as you click a button) until arriving back at scene 2.
Sorry for my description but it's the best that I can provide. I am terrible with programming of any sort and just want this project to do something simple.
If you can help I would appriciate it.
Cheers.
Basicly I have aproject where I have 9 scenes. On all scenes there are buttons that should link to other scenes within the project.
All I want to know is how the Hell do I get a button say on scene 2 to link to scene 8?
There's no fancy ********. No animations, no long frames in the timeline.
To me the following should work:
on (press) {
gotoAndPlay ("scene8", 1);
}
Yet it (along with every button) goes to scene 2 and thenwhen you click buttons there it cycles through about 4 scenes (as you click a button) until arriving back at scene 2.
Sorry for my description but it's the best that I can provide. I am terrible with programming of any sort and just want this project to do something simple.
If you can help I would appriciate it.
Cheers.