home *** CD-ROM | disk | FTP | other *** search
/ Games for Windows 95 / ODYSSEY.mdf / demos / ewj / ewjstart.dir / 00056.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  155 b   |  12 lines

  1. on enterFrame
  2.   open("copymech fuchscn1")
  3. end
  4.  
  5. on exitFrame
  6.   startTimer()
  7.   repeat while the timer < 120
  8.     nothing()
  9.   end repeat
  10.   go("play fade")
  11. end
  12.