/ Published in: ActionScript 3
Code to signal that a button/mc has been clicked.
Expand |
Embed | Plain Text
mc.getChildByName("name").dispatchEvent(new Event(MouseEvent.CLICK));
You need to login to post a comment.
kmallea on 04/30/10
3 people have marked this snippet as a favorite
davidino1978
alptugan
scottwatkins
Code to signal that a button/mc has been clicked.
mc.getChildByName("name").dispatchEvent(new Event(MouseEvent.CLICK));
You need to login to post a comment.