home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / highdes.dir / 00014_Script_14 < prev    next >
Text File  |  1995-09-12  |  212b  |  13 lines

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