home *** CD-ROM | disk | FTP | other *** search
- global wordtest, fudge
-
- on hill
- fudge = [:]
- repeat with u = 1 to wordtest.count
- temp = []
- repeat with r = 1 to wordtest[u].count
- temp.add(wordtest[u][r].spriteNum)
- end repeat
- newprop = wordtest.getPropAt(u)
- fudge.addProp(newprop, temp)
- end repeat
- end
-