Hi,
I have about 12 different scenes in my movie, and the animated buttons that I’ve made to link the scenes together don’t seem to work.
I’ve tried various codes for example:
**level1_btn.onRelease = function() {
_root.gotoAndPlay(“Level 1”,1);
}
**or
level1_btn.onRelease = function() {
_root.gotoAndPlay(“Level 1”,“l1_1”);
}
(where l1_1 is the frame label)
neither of these do anything and I’m really not sure what to do.
Thanks. [URL=“http://flashmove.com/forum/editpost.php?do=editpost&p=117371”]