Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Slasher on Thu 05/03/2015 09:43:25

Title: Disable where the mouse x y is...
Post by: Slasher on Thu 05/03/2015 09:43:25
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.

Title: Re: Disable where the mouse x y is...
Post by: Mandle on Thu 05/03/2015 15:18:40
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?