flash function help
flash function help
Out of context: Reply #2
- Started
- Last post
- 12 Responses
- alloyd0
_global.myFunctionName = function(){ //add code here; };
call it using _global.myFunctionName();
What the other guy said too. put it on the first frame, set _visible to true/false;