home *** CD-ROM | disk | FTP | other *** search
/ A Day of Cats 2 / CATS2.ISO / pc / cats / hatmenu.dir / 00132.ls < prev    next >
Encoding:
Text File  |  1995-05-16  |  216 b   |  11 lines

  1. on check1
  2.   set listnum to getAt(autolist, 1)
  3.   if listnum = 0 then
  4.     set the visible of sprite 24 to 1
  5.     setAt(autolist, 1, 1)
  6.   else
  7.     set the visible of sprite 24 to 0
  8.     setAt(autolist, 1, 0)
  9.   end if
  10. end
  11.