**TI92P*mainProgram file 05/15/05, 15:21Renter¶¥Z\() Prgm Local x,c,t,a 0c Lbl top ClrIO Disp "Previous Score:",c If cžescore Then Disp "Hiscore!" Else Disp "" rand(5)x If x=1 Then Disp "I could do better than that","using my nose!" EndIf If x=2 Then Disp "My arthritic Grandma can","hit enter faster than you!" EndIf If x=3 Then Disp "What a pitifully low score!" EndIf If x=4 Then "Is your finger made of poo!?" EndIf If x=5 Then Disp "My HIPPO could hit enter","faster than you!(if I","owned a hippo...)" EndIf EndIf Toolbar Title "Start Game",s Title "High Score",h Title "How 2 Play",p Title "QUIT",e Title "Credits",c EndTBar Lbl c ClrIO Disp "By UberSoft","AIM:UberStuberizzle" Pause Goto top Lbl p ClrIO Disp "Hit f1 then","Hit enter as fast as","possible for 10 sec." Pause Goto top Lbl h ClrIO Disp escore Disp "I seriously got 82 with","only my nose touching the","enter key!" Pause Goto top Lbl s 0c ClrIO Disp "3" startTmr()t Loop checkTmr(t)a If a=1 Then Disp "2" Exit EndIf EndLoop Loop checkTmr(t)a If a=2 Then Disp "1" Exit EndIf EndLoop Loop checkTmr(t)a If a=3 Then Disp "GO!" Exit EndIf EndLoop Loop checkTmr(t)a If a<13 Then getKey()b If b=13 Then c+1c EndIf Else Exit EndIf EndLoop Disp c If c>escore Then Disp "HISCORE" cescore Pause Pause Pause Pause EndIf Goto top Lbl e ClrIO Disp "I can't believe you wasted","so much time playing that!" Pause ClrIO DispHome EndPrgmeäåܰ