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

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