Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Custom cursor sprite not applying correctly

A topic by MrBq created 4 days ago Views: 9 Replies: 1
Viewing posts 1 to 2

Hello! I need some help with the Native Cursor extension. I'm trying to change the cursor sprite, but it doesn't seem to take effect.

In my Create Event, I wrote:
spr_cur = native_cursor_create_from_sprite(spr_cursor); 

native_cursor_set(spr_cur);

And in the Step Event

native_cursor_update();

The cursor just won't change to my custom sprite. I am not sure what I am doing wrong here. Does anyone have any ideas?

Developer

Hello, on a glance that should work.

  • What platform is this on?
  • What GameMaker version are you using? Can double-click the version in top-right corner of the IDE
  • Any errors/warnings in the Output?