home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / PROM / PROM01_6.DIR / 00008_Script_8 < prev    next >
Text File  |  2001-09-07  |  243b  |  15 lines

  1. -- attente fin son
  2. on exitFrame
  3.   if the pauseState=0 then
  4.     if soundBusy(3) then
  5.       go to the frame
  6.     else
  7.       --puppetTransition member "finSon"
  8.       go to "0"
  9.     end if
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.     sound close 3
  15. end