Is there a way I can let the player use the mouse to drag an object in a certain area?
http://www.adventuregamestudio.co.uk/yabb/index.php?topic=18626
http://www.adventuregamestudio.co.uk/yabb/index.php?topic=9963
now I know how to drag an object
but I dont know how to decide the area it is aloud to be draged on?
anyone?
GetRegionAt should work.
(if region == 0 disallow the drop, for instance)