home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT3.ZIP / C1.DXR / 00226.ls < prev    next >
Encoding:
Text File  |  1995-11-02  |  449 b   |  12 lines

  1. on reinstall count
  2.   global CCcards, CardCoord
  3.   repeat with CSprite = 1 to count - 1
  4.     puppetSprite(CSprite + 10, 1)
  5.     set CardName to item CSprite of CCcards
  6.     set the castNum of sprite (CSprite + 10) to the number of cast CardName
  7.     set the locH of sprite (CSprite + 10) to value(item 1 of CardCoord(mget, CSprite))
  8.     set the locV of sprite (CSprite + 10) to value(item 2 of CardCoord(mget, CSprite))
  9.     updateStage()
  10.   end repeat
  11. end
  12.