home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 1
/
MOBICLIC.ISO
/
mac
/
SKEET
/
TAB.dir
/
00015_Script_15
< prev
next >
Wrap
Text File
|
1997-02-20
|
2KB
|
71 lines
on exitFrame
global sc,score1,score2,score3,score4,score5,hi
if sc>score1 then
set score5=score4
set score4=score3
set score3=score2
set score2=score1
set score1=sc
set sc=0
put field "nom4" into field "nom5"
put field "nom3" into field "nom4"
put field "nom2" into field "nom3"
put field "nom1" into field "nom2"
put "VOTRE NOM !" into field "nom"
else
if sc>score2 then
set score5=score4
set score4=score3
set score3=score2
set score2=sc
set sc=0
put field "nom4" into field "nom5"
put field "nom3" into field "nom4"
put field "nom2" into field "nom3"
put "VOTRE NOM !" into field "nom"
else
if sc>score3 then
set score5=score4
set score4=score3
set score3=sc
set sc=0
put field "nom4" into field "nom5"
put field "nom3" into field "nom4"
put "VOTRE NOM !" into field "nom"
else
if sc>score4 then
set score5=score4
set score4=sc
set sc=0
put field "nom4" into field "nom5"
put "VOTRE NOM !" into field "nom"
else
if sc>score5 then
set score5=sc
set sc=0
put "VOTRE NOM !" into field "nom"
end if
end if
end if
end if
end if
put score1 into field "score1"
put score2 into field "score2"
put score3 into field "score3"
put score4 into field "score4"
put score5 into field "score5"
set hi=score1
savemovie"tab.dir"
go to the frame+1
end