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

  1. global gEtatBandeau
  2. ----------------------
  3. on exitFrame
  4.   if the pauseState=0 then
  5.     case(soundBusy(3)) of
  6.       1:
  7.         go the frame
  8.       0:
  9.         if gEtatBandeau = "OK" then hide_title
  10.         niveauson
  11.     end case
  12.   end if
  13. end
  14. -------------------------------------
  15. on mouseUp
  16.   if testClic()=1 then
  17.     coupeson(3)
  18.     niveauson
  19.     hide_title
  20.   end if
  21. end mouseUp
  22. -----------------------------
  23.