home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00357.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  214 b   |  11 lines

  1. on SaveSpriteLoc a, b
  2.   set count to 1
  3.   set list to EMPTY
  4.   repeat with i = a to b
  5.     set tmp to the locH of sprite i
  6.     put tmp into item count of list
  7.     set count to count + 1
  8.   end repeat
  9.   return list
  10. end
  11.