home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 4 / LAUNCH.BIN / mac / SONY / HIGHDES.DIR / 00334_Script_334 < prev    next >
Text File  |  1995-06-07  |  206b  |  11 lines

  1. --mesa koach is busy
  2.  
  3. on enterFrame
  4.   CURSORENTERFRAME
  5. end
  6.  
  7. on exitFrame
  8.   global gQTDuration,gQTSoundChannel
  9.   
  10.   if the movietime of sprite(gQTSoundChannel) < gQTDuration then go the frame  
  11. end