BagOfFun
03-13-2006, 11:04 AM
Hi, just a simple question.
I want this;
if the mainMenu.menuThree is = to "goEnd" (framelabel) then set of the script.
Anyone who knows?
if(mainMenu.menuThree.gotoAndPlay("goEnd")) {
mainMenu.menuThree.gotoAndPlay("Back");
mainMenu.menuThree.tab.gotoAndPlay("jumpBack");
}
I want this;
if the mainMenu.menuThree is = to "goEnd" (framelabel) then set of the script.
Anyone who knows?
if(mainMenu.menuThree.gotoAndPlay("goEnd")) {
mainMenu.menuThree.gotoAndPlay("Back");
mainMenu.menuThree.tab.gotoAndPlay("jumpBack");
}