actionscript question
actionscript question
Out of context: Reply #11
- Started
- Last post
- 11 Responses
- ********0
var string:String = mcInstanceName;
trace(string);done.
tho, if you named the states more generic and ran them through a loop like ornj suggests then it will make your life A LOT easier.
- but dont i have to type each state name on every button like that
var string:String = washington;flyingnowhere - yes, exactly why we keep telling you to use a loop.********
- but dont i have to type each state name on every button like that