home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / PROM / PAN02_2.DIR / 00014_Script_14 < prev    next >
Text File  |  2001-09-07  |  219b  |  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 field "menuOuvert"=0 then
  12.     sound close 3
  13.   end if
  14. end