Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Cosmic Puppet on Thu 09/10/2008 20:49:37

Title: Using two sets of cursors? Is it possible?
Post by: Cosmic Puppet on Thu 09/10/2008 20:49:37
Hi, I'm new to AGS and I can't seem to find a solution for this anywhere.

I'm making a game with two main playable characters and I would like for each character to have their own cursor graphics. Is this possible?

I've toyed with the 'mouse.ChangeModeGraphic', but I can't control where the cursor's hotspot is going to be. Am I missing something with this?

Thanks
Title: Re: Using two sets of cursors? Is it possible?
Post by: Akatosh on Thu 09/10/2008 21:29:19
I beleive you're looking for the semi-apocryphical Mouse.ChangeModeHotspot (http://www.americangirlscouts.org/agswiki/Mouse_functions_and_properties#Mouse.ChangeModeHotspot) function. The wiki/manual doesn't bite (too hard), you know... ;)

Also, welcome to the forums, and good luck with your game! :)
Title: Re: Using two sets of cursors? Is it possible?
Post by: Cosmic Puppet on Thu 09/10/2008 21:55:17
 ;D Thank you!

I don't know how I missed that in the manual  :o