Thread: move options
View Single Post
  #6  
Old 10-25-2006, 05:22 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Stefan View Post
onMovementfinished() should work yes.
When you have dx, dy, tilespersecond:
PHP Code:
dist = (dx^dy^2)^0.5;
move(dxdydist/tilespersecondflags); 
BTW body island ?

Thanks, and.. uhm
__________________
Reply With Quote