28-10-2008, 03:48 PM
GIAKEN Wrote:You need to make it round or else it doesn't work right. That's why you do Int or CInt or whatever...trust me. Just try it yourself and you'll see that the mouse x,y acts weird.Giaken, the \ command is integer division.
Int(x/y) ==== x\y
http://msdn.microsoft.com/en-us/library/...S.80).aspx