OwlShield

mouseX,Y

Nov 13th, 2012
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function konumGuncelle(e:Event):void {
  2.     trace("X konumu : "+mouseX + "  Y konumu : "+mouseY);
  3. }
  4. addEventListener(Event.ENTER_FRAME,konumGuncelle);
Advertisement
Add Comment
Please, Sign In to add comment