Hello I am trying to change the mouse cursor to a crosshair sprite
the event im using is - every tick set mouse cursor from sprite, but this doesn't seem to do a thing, any ideas? thanks
Might be because you are using Internet explorer as your preview browser. Try to switch it to another or Node-Webkit, and see if that fixes it. Its just a guess.
the sprite can't be bigger than 64x64
also no need to do it every tick... you only need to do it once... On Start Of Layout -> Set cursor
Exactly a Crosshair here, skip to minute 7:20
danuyos , — Like this basically...
Thank you all for the fast responses, I just changed my sprite with your custom one MultipleCoice and it worked? I don't know why mine doesn't, the ones I made are png 28x28 cropped does it matter if they are 8bit 16 or 32bit png? I cant figure out the difference between yours and mine? thanks again all for the help
Develop games in your browser. Powerful, performant & highly capable.
ok figured it out thanks jobel my original was 128x128 I shrunk it in game to 28x28 but that didn't mater the original needs to be 64x64 thanks all.