home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / HIGHDES.DIR / 00038_Script_38 < prev    next >
Text File  |  1995-06-07  |  328b  |  11 lines

  1. on exitFrame
  2.   global gQTSoundChannel
  3.   
  4.   -- put the movieRate of sprite gQTSoundChannel&&"Rate Before"
  5.   -- put the movieTime of sprite gQTSoundChannel&&"Time Before"
  6.   
  7.   HoldQTSound
  8.   
  9.   -- put the movieRate of sprite gQTSoundChannel&&"Rate After"
  10.   -- put the movieTime of sprite gQTSoundChannel&&"Time After"
  11. end