Sorry about this one, a real newbie question, I'm pretty sure it must have been covered before but I've been searching for ages and nothing's fixed it. Baisically, I've got a drop-down menu and I want a button on the menu to gotoandplay a different scene. When I click the button however, my gotoandplay just dosn't work. I can get a trace to work, so I know it recognises it, but for some reason it dosen't go to a scene. I have tried:
on (release) {
gotoAndPlay("Argument1.1", "one_one"
;
}
and
on (release) {
_root.gotoAndPlay("Argument1.1", "one_one"
;
}
with "Argument1.1" being the name of the scene and "one_one" being a frame label in that scene. I know it must be pretty simple so thanks for humoring me. Cheers,
-Keyper
on (release) {
gotoAndPlay("Argument1.1", "one_one"

}
and
on (release) {
_root.gotoAndPlay("Argument1.1", "one_one"

}
with "Argument1.1" being the name of the scene and "one_one" being a frame label in that scene. I know it must be pretty simple so thanks for humoring me. Cheers,
-Keyper