1 2 3 4 5 6 7 8 9 10 11 12
EVENT(create){ x=y=10; sprite_index=spr_hoi; } EVENT(step){ x++; } /*EVENT(draw){ draw_text(x,y,"yay!"); }*/