home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / mac / inter / inter.dir / 00049_Script_49 < prev    next >
Text File  |  1995-04-21  |  203b  |  10 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.  
  10.