home *** CD-ROM | disk | FTP | other *** search
/ A Day of Cats 2 / CATS2.ISO / mac / FullMenu / hatmenu.dir / 00139.ls < prev    next >
Encoding:
Text File  |  1995-05-16  |  146 b   |  8 lines

  1. on pagee
  2.   repeat with i = 81 to 100
  3.     if getAt(autolist, i) = 1 then
  4.       set the visible of sprite (i - 52) to 1
  5.     end if
  6.   end repeat
  7. end
  8.