Answered
link to scene
I'm a bit confused, I'm new at this coding thing. I have a
button inside a movie that's inside another movie in my Scene.
(Scene 1, named Interiors). When I click that button I want to go
to Scene 2.
My (Scene 2) is named Exteriors.
My button code is:
on (release) {
_root.gotoAndPlay("Exteriors");
}
Can someone please tell me what I'm doing wrong?
My (Scene 2) is named Exteriors.
My button code is:
on (release) {
_root.gotoAndPlay("Exteriors");
}
Can someone please tell me what I'm doing wrong?