OwlShield

mouseX,Y

Nov 13th, 2012
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function konumGuncelle(e:Event):void {
  2.     xKonum.text=mouseX.toString();
  3.     yKonum.text=mouseY.toString();
  4. }
  5. addEventListener(Event.ENTER_FRAME,konumGuncelle);
Advertisement
Add Comment
Please, Sign In to add comment