home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 August / Personal_Computer_World_Aug_97.iso / dxrs / refpcw08.dxr / 00089.ls < prev    next >
Encoding:
Text File  |  1997-05-16  |  113 b   |  6 lines

  1. on spritecast
  2.   repeat with g = 1 to 48
  3.     put "SPRITE" && g && "=" && the castNum of sprite g
  4.   end repeat
  5. end
  6.