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

  1. on pagef
  2.   repeat with i = 101 to 111
  3.     if getAt(autolist, i) = 1 then
  4.       set the visible of sprite (i - 72) to 1
  5.     end if
  6.   end repeat
  7. end
  8.