home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 October / WPCOCT97.iso / DXRS / ARTWOCT.DXR / 00016.ls < prev    next >
Encoding:
Text File  |  1997-08-13  |  216 b   |  13 lines

  1. on exitFrame
  2.   global IFLQuitNow
  3.   go(the frame)
  4.   startTimer()
  5.   repeat while the timer < (1 * 60)
  6.   end repeat
  7.   puppetSprite(23, 1)
  8.   updateStage()
  9.   set the locH of sprite 23 to 2000
  10.   updateStage()
  11.   quit()
  12. end
  13.