main() { int x, y,z; x=60; y=50; z=1; text(50,50,"Welcome to Tempting Death"); text(40,70,"have fun, mwahahahahahaha!!"); waitp(); clearg(); line(0,70,240,70); text(60,50,"death"); text(100,120,"tap to start"); while(z==1) { waitp(); clearg(); line(0,70,240,70); text(60,50,"death"); x=penx()-40; y=peny()-40; drawbitmap("/My Documents/boy.2bp",x,y); if (y<=50) alert ("You died!"); } }