home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / discman.dir / 00009_Script_9 < prev    next >
Text File  |  1995-09-24  |  183b  |  9 lines

  1. on exitFrame
  2.   global gQTDuration
  3.   if the movietime of sprite 10 < gQTDuration then
  4.     go to the frame
  5.   else
  6.     --    unload
  7.     -- preLoadCast "EndOfice.mov"
  8.   end if
  9. end