Is it possible to read the mouse key, like you do with Key.isDown(), ie. without setting up an unPress event/callback?
views:
103answers:
1
A:
Yes. This is the code in as2:
this.onMouseDown = function() {
trace("mouseDown");
}
doamnaT
2009-11-17 16:53:34