home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / discman.dir / 00023_Script_23 < prev   
Text File  |  1995-09-24  |  182b  |  5 lines

  1. on exitFrame
  2.   global gQTDuration,gQTSoundChannel
  3.   put the movietime of sprite(gQTSoundChannel)
  4.   if the movietime of sprite(gQTSoundChannel) < gQTDuration then go the frame
  5. end