/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import flash.events.MouseEvent; hit.buttonMode = true; hit.addEventListener(MouseEvent.CLICK, onClick); function onClick(event:MouseEvent):void { EBStd.Clickthrough(); }