home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 1
/
MOBICLIC.ISO
/
mac
/
SKEET
/
TAB.dir
/
00016_Script_16
< prev
next >
Wrap
Text File
|
1997-02-20
|
860b
|
43 lines
on exitframe
puppetsound 1,"J71.aif"
global sc,score1,score2,score3,score4,score5,hi
put value(field"score1") into score1
put value(field"score2") into score2
put value(field"score3") into score3
put value(field"score4") into score4
put value(field"score5") into score5
set hi=score1
if sc>score1 then
go to "sc1"
else
if sc>score2 then
go to "sc2"
else
if sc>score3 then
go to "sc3"
else
if sc>score4 then
go to "sc4"
else
if sc>score5 then
go to "sc5"
else
go to 20
end if
end if
end if
end if
end if
end
on enterframe
set the colordepth to 8
set the keyDownScript to "if the key = RETURN then scripjuju"
end