as question
as question
Out of context: Reply #1
- Started
- Last post
- 9 Responses
- alloyd0
mc1_btn._enabled = false;
That'll disable the button.Never had the need to remove that...you also may want to try renaming the clips instance name to something else and then renaming it back.
mc1_btn._name = newName;
newName._name = mc1_btn;Not sure if that works tho. Give it a shot, can't hurt.