home *** CD-ROM | disk | FTP | other *** search
/ Elite European Models 1 / Elite European Models 1.iso / pc / elite.dxr / 00586.ls < prev    next >
Encoding:
Text File  |  1996-05-06  |  116 b   |  7 lines

  1. on exitFrame
  2.   set howLong to the timer + 300
  3.   repeat while the timer < howLong
  4.     updateStage()
  5.   end repeat
  6. end
  7.