home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / MGIWDEC.DXR / 00016.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  196 b   |  12 lines

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