Hi,
Throwing an object at where mouse x y is: I need to disable where the mouse x y is just as after the object is thrown and then enable mouse x y.
All appreciated.
Define the x,y locations as int variables and then immediately redirect the thrown object to those variables...
Then reenable the mouse...
I think it's that simple or did I miss something?