home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / PROM / TABLEAU.DIR / 00012_Script_12 < prev    next >
Text File  |  2001-09-07  |  221b  |  14 lines

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