home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 41
/
MOBICLIC41.ISO
/
pc
/
Data
/
JEUX
/
QUIZ.DIR
/
00005_Script_5
< prev
next >
Wrap
Text File
|
2002-02-07
|
507b
|
28 lines
global gzeFlag_Retour
on startMovie
-- Eker_calend_JLM -- mise α jour des textes de l'Θquerre bleu
end
-------------------
on debut
case( the frame >gzeFlag_Retour) of
1:
go "DEBUT"
0:
go movie "@//sommaire"
end case
end
------------------
on prepareMovie
gzeFlag_Retour = label("FLAG_POUR_RETOUR")
end
-------------
on stopMovie
if the runMode = "Projector" then
gzeFlag_Retour = VOID
end if
RAZ_pistes_son
coupeson(1)
end
-------------