Guest User

Untitled

a guest
Jun 21st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function CropWindow():void{
  2. addInterests(new Array(CropEvent.HANDLE_DRAG));
  3.  
  4. overlay.mouseEnabled = false;
  5. stage.addEventListener(KeyboardEvent.KEY_DOWN, keyDown);
  6. instance = this;
  7.  
  8. }
Add Comment
Please, Sign In to add comment