home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / remot.dxr / 00429.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  226 b   |  11 lines

  1. on exitFrame
  2.   set the movieRate of sprite 1 to 1
  3.   set the movieTime of sprite 1 to 0
  4.   repeat while the movieRate of sprite 1 = 1
  5.     updateStage()
  6.     if the mouseDown = 1 then
  7.       exit repeat
  8.     end if
  9.   end repeat
  10. end
  11.