Advertisement
Guest User

Untitled

a guest
Jul 12th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. xx=device_mouse_x(0);
  2. yy=device_mouse_x(0);
  3.  
  4. if(device_mouse_check_button(0,mb_left) and position_meeting(xx,yy,id))
  5. (
  6.  
  7. dir=point_direction(x,y,xx,yy);
  8. obj_karakter.direction=dir;
  9. obj_karakter.speed=3;
  10. obj_karakter.image_angle=dir;
  11.  
  12.  
  13. )
  14. else
  15. (
  16. obj_karakter.speed=0;
  17. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement