Locate 11,12 : Print "Nothing happens ." : Locate 11,14 : Print "Your spell did " : Locate 11,16 : Print " not work." : Curs Off : PAUSE : Cls
Locate 0,12 : Curs Off : Centre "Suddenly you remember" : Locate 0,14 : Curs Off : Centre "the spell." : Locate 0,16 : Centre "SPARKLESHINE" : Curs Off : PAUSE : Goto FLY
End If
PICKE:
Show On
Do
Q=X Mouse : W=Y Mouse
Exit If Mouse Key>0
Loop
Bell
Curs Off
If Q>127 and W>42 and Q<197 and W<96 Then Locate 11,12 : Print "You have chosen " : Locate 11,14 : Print " the truck. " : PICK$="truck" : DC=7 : LP=2 : If TEST2$="wrong" Then LP=0
If Q>198 and W>42 and Q<373 and W<97 Then Locate 11,12 : Print "You have chosen " : Locate 11,14 : Print "the dolls house." : PICK$="house" : DC=8 : LP=2 : If TEST2$="wrong" Then LP=0
If Q>372 and W>41 and Q<448 and W<97 Then Locate 11,12 : Print "You have chosen " : Locate 11,14 : Print " The ball. " : PICK$="ball" : DC=9 : LP=2 : If TEST2$="wrong" Then LP=0
If Q>125 and W>95 and Q<198 and Q<205 Then Locate 11,12 : Print "You have chosen " : Locate 11,14 : Print " the sword. " : PICK$="sword" : DC=10 : LP=2 : If TEST2$="wrong" Then LP=0
If Q>127 and W>203 and Q<198 and W<298 Then Locate 11,12 : Print "You have chosen " : Locate 11,14 : Print " the felts. " : PICK$="felts" : DC=11 : LP=2 : If TEST2$="wrong" Then LP=0
If Q>198 and W>204 and Q<374 and W<297 Then Locate 11,12 : Print "You have chosen " : Locate 11,14 : Print " the torch. " : PICK$="torch" : DC=12 : LP=2 : If TEST2$="wrong" Then LP=0
If Q>372 and W>204 and Q<448 and W<298 Then Locate 11,12 : Print "You have chosen " : Locate 11,14 : Print "the teddy bear. " : PICK$="teddy" : DC=13 : LP=2 : If TEST2$="wrong" Then LP=0
If Q>372 and W>96 and Q<448 and W<204 Then Locate 11,12 : Print "You have chosen " : Locate 11,14 : Print "the story book. " : PICK$="book" : DC=14 : TEST1=6 : LP=2
Rem **************If NN=1 Then Goto HJK
Curs Off
Global TEST1
If LP=0 Then Goto PICKE
LP=0
PAUSE
Cls
JOURNEY:
Wait 30
Cls : Wait 30
Locate 0,12 : Centre "You get ready for your journey"
Locate 0,14 : Centre "into Witch Land."
Locate 2,16 : Centre "You say the magic word. " : Curs Off : Locate 10,18 : Input MAGICWORD$ : Curs Off
If MAGICWORD$="SPARKLESHINE" Then TEST2$="right" : Goto FLY
If MAGICWORD$="Sparkleshine" Then TEST2$="right" : Goto FLY
If MAGICWORD$="sparkleshine" Then TEST2$="right" : Goto FLY
TEST2$="wrong" : Goto PICK
FLY:
Load "tunnel.abk",5 : Load "music3.abk" : Unpack 5 To 0