actionscript button help
actionscript button help
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- noah0
tohide:
buttonName._visible=false;
to show:
buttonName._visible=true;
tohide:
buttonName._visible=false;
to show:
buttonName._visible=true;