home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 4 / LAUNCH.BIN / mac / SONY / HIGHDES.DIR / 00329_Script_329 < prev    next >
Text File  |  1995-06-07  |  222b  |  10 lines

  1. --loop while waiting for QT to finish
  2.  
  3. on exitFrame
  4.   global gQTDuration,gQTSoundChannel
  5.   if the movietime of sprite(gQTSoundChannel) < gQTDuration then
  6.     go (the frame - 1)
  7.   else
  8.     sound stop 1
  9.   end if
  10. end