home *** CD-ROM | disk | FTP | other *** search
/ Bakku no Oni - Blue / BLUE.ISO / mac / Browser / Panel / 00002_Cool-Up.ls < prev    next >
Encoding:
Text File  |  1994-11-14  |  133 b   |  8 lines

  1. on mouseDown
  2.   global stat
  3.   puppetSound("ButtonSound")
  4.   if button1("Cool-Up", "Cool-Down") = 1 then
  5.     set stat to 1
  6.   end if
  7. end
  8.