home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 39 / PCGAMER39.bin / games / amber / amberhub.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1996-11-08  |  131 b   |  7 lines

  1. on exitFrame
  2.   set the movieRate of sprite 1 to 1
  3.   repeat while the movieRate of sprite 1 <> 1
  4.     updateStage()
  5.   end repeat
  6. end
  7.