B
bjhjr07
Guest
I used this ActionScript:
on (release) {
gotoAndPlay("scene2", 1);
}
to go to one of my scenes but I couldnt use it (even though I changed the scene number) to go to a different scene.
If you guys can help me, I would really appreciate it
Im not gettin errors, but I want to use the buttons to go to different scenes.
For example, if I am on scene1 i want to use a button to go to scene 2.
I hope that helps
on (release) {
gotoAndPlay("scene2", 1);
}
to go to one of my scenes but I couldnt use it (even though I changed the scene number) to go to a different scene.
If you guys can help me, I would really appreciate it
Im not gettin errors, but I want to use the buttons to go to different scenes.
For example, if I am on scene1 i want to use a button to go to scene 2.
I hope that helps