SOURCE CODE TO "BETWEEN DA LINEZ" (C) 2003 PAUL MILLAR -> means [STO>] Hey, look! I was nice enough to provide the source code! You can type this into your calculator if you do not have the Graph Link cable. I know how that feels. //stuff after the "//'s" are important comments ======PRGM:BDL============= ClrHome //in the next line, there are three spaces before and after the "V" Output(1,1,"!!! V !!!!!!" Output(3,1,"BETWEEN DA LINEZ" Output(5,3,"PAUL MILLAR" Output(4,7,"B Y" Output(7,1,"COPYRIGHT 2003" Output(8,1,"RANDOM SOFTWARE" Pause ClrHome 8->V 5->F 1->T Lbl S If T=500 Then Goto W End getKey->K If K=24:Then V-1->V End If K=26 Then V+1->V End T+1->T Output(4,V,"V" Lbl R int (rand *2)->B If B=0 Then F+1->F End If B=1 Then F-1->F End If F=1 Then F+1->F End If F=9 Then F-1->F End If V=F or V=F+7 Then Goto E End Output(8,1,T //in the next line, there are six spaces between the !'s. Output(4,F,"! !" Goto S Lbl E Output(4,3,"BOOOOOOOOM!" Stop Lbl W Output(5,4,"WINNER!" Lbl N Output(7,5,"HIT ENTER TO " Output(8,5,"PLAY AGAIN"