home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 51 / Mobiclic51.iso / mac / DATA / COMMUNS / MOBICLIC_MENUS.CST / 00236_Script_BOUCLE_JEU_PERSONNAGE_MYSTERIEUX < prev    next >
Text File  |  2003-01-30  |  427b  |  18 lines

  1. global gpiste_BarreTemps, gpisteSonQT
  2. ------------------------
  3. on exitFrame me
  4.   if the pausestate  = 1 then go the frame
  5.   if soundBusy(3)=0 then
  6.     niveauSon
  7.   end if
  8.   case(sprite(gpisteSonQT).movieRate) of
  9.     0:
  10.       turndizstuff_Mob(gpiste_BarreTemps, "OFF")
  11.       updateStage
  12.       local_son_depassement_temps
  13.       go "ATTENTE"
  14.     otherwise:
  15.       go the frame
  16.   end case
  17. end
  18. -----------------------