home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / ARTWDEC.DXR / 00016.ls < prev    next >
Encoding:
Text File  |  1997-10-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.