geese, I just scripted a 5 MC nested deep deal MYSELF! I’m making a major break through in AS :<))). One glitch I have to fix:
I have a button with AS>
on (release) {
gotoAndStop(“infoscroll”, 1);
}
Is there a way to add some kind of if condition to this button so that IF the music IS OFF (it may be on or off) I can loadMovie again?
e.g., unloadMovieNum(140); —>User could choose to click the above button and leave with the movie off here<— loadMovieNum(“tab.swf”, 140);
LIKE, if it’s unloaded, load it else don’t load it kinda thingy??