home *** CD-ROM | disk | FTP | other *** search
/ Bakku no Oni - Blue / BLUE.ISO / mac / Browser / Panel / 00011_Copy-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("Copy-Up", "Copy-Down") = 1 then
  5.     set stat to 5
  6.   end if
  7. end
  8.