home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
<GEEK> 3
/
GEEK3.ISO
/
hjerne.dxr
/
00118_Text_118.txt
< prev
next >
Wrap
Text File
|
1997-09-12
|
2KB
|
80 lines
global Q, antall,antallriktig, antallfeil
on mouseUp
if field 88 = field 87 then
put "Riktig" into field 90
set antallriktig = antallriktig + 1
if antallriktig - 34 = 13 then
set the visible of sprite 2 to TRUE
set the visible of sprite 3 to TRUE
go "R13"
else
set the visible of sprite 47 to TRUE
set the visible of sprite 48 to TRUE
set the visible of sprite 32 to FALSE
set the visible of sprite 33 to FALSE
set the visible of sprite 2 to FALSE
set the visible of sprite 3 to FALSE
puppetSound(1), 16
delete line Q of field 85
delete line Q of field 86
set antall = antall - 1
go "vissvar"
end if
else
put "Galt" into field 90
set antallfeil = antallfeil + 1
if antallfeil - 19 = 13 then
set the visible of sprite 2 to TRUE
set the visible of sprite 3 to TRUE
go "G13"
else
set the visible of sprite 32 to TRUE
set the visible of sprite 33 to TRUE
set the visible of sprite 47 to FALSE
set the visible of sprite 48 to FALSE
set the visible of sprite 2 to FALSE
set the visible of sprite 3 to FALSE
puppetSound(1), 15
delete line Q of field 85
delete line Q of field 86
set antall = antall - 1
go "vissvar"
end if
end if
end