Closed aholla closed 11 years ago
With the following code:
stage.onMouseDown = myOnMouseDown; stage.onMouseUp = myOnMouseUp;
function myOnMouseDown(e) { console.log("down"); }
function myOnMouseUp(e) { console.log("up"); }
"myOnMouseUp" is never fired.
Sorry this should be in Easel.
With the following code:
stage.onMouseDown = myOnMouseDown; stage.onMouseUp = myOnMouseUp;
function myOnMouseDown(e) { console.log("down"); }
"myOnMouseUp" is never fired.