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

  1. on exitFrame
  2.   if the pauseState=0 then
  3.     case(soundBusy(3)) of
  4.       1:
  5.         go to the frame
  6.       0:
  7.         niveauson
  8.     end case
  9.   end if
  10. end
  11. -------------------------------------
  12. on mouseUp
  13.   if testClic()=1 then
  14.     puppetSound 3,0
  15.     niveauson
  16.     go the frame + 1
  17.   end if
  18. end mouseUp
  19. -----------------------------
  20.