home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00212_Script_212 < prev    next >
Text File  |  1996-03-13  |  435b  |  13 lines

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