EVENT(create){ x=y=10; } EVENT(step){ x++; } EVENT(draw){ draw_text(x,y,"yay!"); }