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

  1. on pagec
  2.   repeat with i = 41 to 60
  3.     if getAt(autolist, i) = 1 then
  4.       set the visible of sprite (i - 12) to 1
  5.     end if
  6.   end repeat
  7. end
  8.