This is because GM no longer draws the object's sprite automatically if you use it's Draw event. To fix this simply add the following line of code in the draw event:
draw_sprite(sprite_index,image_index,x,y);
Or better yet, if you are using GM 8.1(or above) you can just use:
//use this in the draw event draw_self();



Find content
Male
