home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 51 / Mobiclic51.iso / mac / DATA / JEUX / Quiz.dir / 00009_Script_9 < prev    next >
Text File  |  2003-01-27  |  309b  |  17 lines

  1. -- attente fin de son et suite
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3) then
  5.       go to the frame
  6.     else
  7.       niveauSon
  8.     end if
  9.   end if
  10. end
  11. -------------------------------------
  12. on mouseUp
  13.   if testClic()=1 then
  14.     puppetSound 3,0
  15.     niveauSon
  16.   end if
  17. end mouseUp