• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

GML [SOLVED] Changing a mouse cursor?

Dr_Nomz

Member
You know how any sprite in the game can be changed with the draw event and draw_sprite? Is there any way to do that for the cursor, or do I have to create a dedicated cursor object that changes based on certain triggers within the game?
 

Dr_Nomz

Member
Custom Cursor doesn't seem all that helpful, I'll stick with draw_sprite for drawing the cursor.

But I didn't know how to keep the old one out of the way, AND bring it back, so window_set_cursor is really helpful. Thanks! :D
 
Top