home *** CD-ROM | disk | FTP | other *** search
/ Bakku no Oni - Blue / BLUE.ISO / mac / Browser / Blue / 00026_8bit.ls < prev    next >
Encoding:
Text File  |  1994-11-14  |  137 b   |  10 lines

  1. on mouseDown
  2.   global bit, show
  3.   if show = 1 then
  4.     exit
  5.   end if
  6.   puppetSound("ButtonSound")
  7.   button3("24bit")
  8.   set bit to 24
  9. end
  10.