home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 3 / LAUNCH.BIN / pc / sony / highdes.dir / 00244_Script_244 < prev    next >
Text File  |  1995-06-07  |  163b  |  6 lines

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