Actionscript question
Actionscript question
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- industry730
actually i need
FUNCTION changethisbutton(ONTHIS){
_root.my(ONTHIS).gotoAndStop(1);
}on(press){
changethisbutton(instance1);
}
actually i need
FUNCTION changethisbutton(ONTHIS){
_root.my(ONTHIS).gotoAndStop(1);
}
on(press){
changethisbutton(instance1);
}