home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / LeadingLady.dxr / Internal_26.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  283 b   |  14 lines

  1. global wordtest, fudge
  2.  
  3. on hill
  4.   fudge = [:]
  5.   repeat with u = 1 to wordtest.count
  6.     temp = []
  7.     repeat with r = 1 to wordtest[u].count
  8.       temp.add(wordtest[u][r].spriteNum)
  9.     end repeat
  10.     newprop = wordtest.getPropAt(u)
  11.     fudge.addProp(newprop, temp)
  12.   end repeat
  13. end
  14.