home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / JEUX / QUIZ.DIR / 00005_Script_5 < prev    next >
Text File  |  2002-02-07  |  507b  |  28 lines

  1. global gzeFlag_Retour
  2. on startMovie
  3.   --  Eker_calend_JLM -- mise α jour des textes de l'Θquerre bleu
  4. end
  5. -------------------
  6. on debut
  7.   case( the frame >gzeFlag_Retour) of
  8.     1:
  9.       go "DEBUT"
  10.     0:
  11.       go movie "@//sommaire"
  12.   end case
  13. end
  14. ------------------
  15. on prepareMovie
  16.   gzeFlag_Retour = label("FLAG_POUR_RETOUR")
  17. end
  18. -------------
  19. on stopMovie
  20.   if the runMode = "Projector" then
  21.     gzeFlag_Retour = VOID
  22.   end if
  23.   RAZ_pistes_son
  24.   coupeson(1)
  25. end
  26. -------------
  27.  
  28.