home *** CD-ROM | disk | FTP | other *** search
/ A Day of Cats 2 / CATS2.IMG / pc / cats / hatmenu.dir / 00138.ls < prev    next >
Encoding:
Text File  |  1995-01-01  |  145 b   |  8 lines

  1. on paged
  2.   repeat with i = 61 to 80
  3.     if getAt(autolist, i) = 1 then
  4.       set the visible of sprite (i - 32) to 1
  5.     end if
  6.   end repeat
  7. end
  8.