Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: VII Toast on Thu 16/06/2005 22:32:57

Title: How do I remove the normal cursor?
Post by: VII Toast on Thu 16/06/2005 22:32:57
For example, it's always an "eye, hand, walking person, etc", how do I change it from that whenever I'm in the main menu?
Title: Re: How do I remove the normal cursor?
Post by: Lionheart on Thu 16/06/2005 22:37:12
You go to Sprite Editor and overwrite them with the new image.

So if you want a new image for the eye, you make one about the same size, import over it, and bam! you have a new "Eye".

Hope that helps.
Title: Re: How do I remove the normal cursor?
Post by: manny.p on Thu 16/06/2005 22:40:59
i don't think that would work, because ags won't let you delete or overwrite an sprite if it's beiing used.

go to sprite manager, import the images you want, go to gui, change the images you want to change, then delete the old ones.
Title: Re: How do I remove the normal cursor?
Post by: Lionheart on Thu 16/06/2005 23:16:30
You can still overwrite the gui type icons, i've done it multiple times.
Title: Re: How do I remove the normal cursor?
Post by: strazer on Fri 17/06/2005 00:00:44
When turning the menu on:
  mouse.UseModeGraphic(eModePointer);

When turning the menu off:
  mouse.UseDefaultGraphic();