flash 5 variable question
flash 5 variable question
Out of context: Reply #11
- Started
- Last post
- 16 Responses
- dbloc0
that needed quotes actually
logoName = "myLogo"
if ( logoName != undefined ) {
logos_mc.gotoAndPlay (logoName);
} else {
logos_mc.gotoAndPlay ("noLogo");
}