home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / mac / inter / inter.dir / 00013_Script_13 < prev    next >
Text File  |  1995-04-21  |  201b  |  9 lines

  1. on exitFrame
  2.   set dure = the duration of cast the castnum of sprite 10
  3.   repeat while the movieTime of sprite 10 < dure
  4.     if the mouseDown then exit repeat
  5.     updatestage
  6.   end repeat
  7. end
  8.  
  9.