Flash Question
Flash Question
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- PonyBoy0
sorry... I put the wrong variable in the brackets...
//string variable for 'My_mc' instance on main timeline
My_var = "My_mc";
//same as saying 'My_mc.gotoAndPlay(5);
_root[My_var].gotoAndPlay(5);