• 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!

My player sprite is invisible.

C

Century

Guest
I am relatively new to gamemaker and I'm just making something for fun.

I have run into an issue where my player is entirely invisible. Once again I am new so I don't know what could possibly be causing this.
 
T

Taddio

Guest
Is the "visible" checkbox checked? Is your object actually in the room? Does it have a draw event and you're not calling draw_self(); or an equivalent that will actually draw your player (draw_sprite_ext(), for example)? How are your layers set up?
It can be a couple things, you'll need to provide the relevant code to get help on your specific case.
 
Top