home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / ue.dir / 00212.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  415 b   |  13 lines

  1. on enterFrame
  2.   global lastFrame
  3.   set the locV of sprite 2 to 900
  4.   puppetSprite(34, 1)
  5.   set temp to line (lastFrame / 3) + 1 of field "MapLocs"
  6.   set the castNum of sprite 34 to the number of cast string(item 3 of temp)
  7.   set the locH of sprite 34 to value(item 1 of temp)
  8.   set the locV of sprite 34 to value(item 2 of temp)
  9.   set the visible of sprite 34 to 1
  10.   updateStage()
  11.   set the timeoutLength to 33
  12. end
  13.