home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 4 / LAUNCH.BIN / mac / SONY / HIGHDES.DIR / 00013_Script_13 < prev    next >
Text File  |  1995-06-07  |  228b  |  16 lines

  1. --if soundbusy go the frame
  2.  
  3. on enterFrame
  4.   CURSORENTERFRAME
  5. end
  6.  
  7. on exitFrame
  8.   global gQTSoundChannel
  9.   if the movieRate of sprite gQTSoundChannel = 1 then
  10.     go the frame
  11.   else
  12.     KillQTSound
  13.   end if
  14. end
  15.  
  16.