flash 5 variable question
flash 5 variable question
Out of context: Reply #2
- Started
- Last post
- 16 Responses
- dbloc0
I think this is what you're looking for.
logoName = "myLogo"
if ( logoName != "" ) {
logos_mc.gotoAndPlay(logoName);
}
I think this is what you're looking for.
logoName = "myLogo"
if ( logoName != "" ) {
logos_mc.gotoAndPlay(logoName);
}