home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / highdes.dir / 00013_Script_13 < prev    next >
Text File  |  1995-09-12  |  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.