dim beep1 dim Q1 as int dim Q2 as int dim Q3 as int dim Q4 as int dim Q5 as int dim Q6 as int dim Q7 as int dim Q8 as int dim Q9 as int dim Q10 as int dim score as int score=0 Print"10 point question" print "how do you do" print "a shove-it?" Print"1: Select" print"2: Del" print"3: Tab" input Q1 CLS if Q1=1 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+10 score=score+10 wait 20 else Print"no" beep 4 print"your score is now ",score-10 score=score-10 wait 20 end if CLS Print"20 point question" print "How do you do" print"a madonna?" Print"1: Del+right" print"2: Del+left" print"3: Del+up" input Q2 CLS if Q2=3 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+20 score=score+20 wait 20 else Print"no" beep 4 print"your score is now ",score-20 score=score-20 wait 20 end if CLS Print"30 point question" print "What is the highest" print"level you can be at?" Print"1: Blazing on fire" print"2: on fire" print"3: burning-on-fire" input Q3 CLS if Q3=1 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+30 score=score+30 wait 20 else Print"no" beep 4 print"your score is now ",score-30 score=score-30 wait 20 end if CLS Print"40 point question" print "what level can you " print "first land a 1080 shove-it?" Print"1: Reg." print"2: On-Fire" print"3: Blazing-on-Fire" input Q4 CLS if Q4=2 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+40 score=score+40 wait 20 else Print"no" beep 4 print"your score is now ",score-40 score=score-40 wait 20 end if CLS Print"50 point question" print "how many types of things" print "Can you do tricks on?" Print"1: 3" print"2: 2" print"3: 4" input Q5 CLS if Q5=3 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+50 score=score+50 wait 20 else Print"no" beep 4 print"your score is now ",score-50 score=score-50 wait 20 end if CLS Print"60 point question" print "What was the first trick" print"of the Week?" Print"1: Madonna" print"2: 1080 sove-it" print"3: Handstand" input Q6 CLS if Q6=1 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+60 score=score+60 wait 20 else Print"no" beep 4 print"your score is now ",score-60 score=score-60 wait 20 end if CLS Print"70 point question" print "What was the second" print"trick of the week?" Print"1: 1080 shove-it" print"2: Madonna" print"3: Triple-Flip" input Q7 CLS if Q7=1 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+70 score=score+70 wait 20 else Print"no" beep 4 print"your score is now ",score-70 score=score-70 wait 20 end if CLS Print"80 point question" print "Which Word DOESN'T It" print"say when you fall?" Print"1: Wilson" print"2: Smear" print"3: Hang-Ten" input Q8 CLS if Q8=3 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+80 score=score+80 wait 20 else Print"no" beep 4 print"your score is now ",score-80 score=score-80 wait 20 end if CLS Print"90 point question" print "How high does the fire" print"go in on fire mode?" Print"1: Stomach" print"2: Chest" print"3: Knees" input Q9 CLS if Q9=3 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+90 score=score+90 wait 20 else Print"no" beep 4 print"your score is now ",score-90 score=score-90 wait 20 end if CLS Print"100 point question" print "What stance does" print"your sk8er start in?" Print"1: Regular" print"2: Goofy" print"3: CRAZY" input Q10 CLS if Q10=2 then print"YES" beep 1 wait 10 beep 6 Print"your score is now ",score+100 score=score+100 wait 20 else Print"no" beep 4 print"your score is now ",score-100 score=score-100 wait 20 end if CLS Print"Thanks for playing" Print"You finished with" Print"A score of ",score wait 60 CLS PRINT PRINT PRINT"By Trmn8r" Print"SK8_OR_BE_SHOT" PRINT"@hotmail.com" PRINT wait 60 CLS PRINT PRINT"part of the" Print"CYBIKO DOMAIN" Print"team" Print Wait 60 CLS PRINT Print Print"cybikodomain.tripod.com" Print Print Wait 60