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

  1. on mouseDown
  2.   global bit, psize, show
  3.   if show = 1 then
  4.     exit
  5.   end if
  6.   puppetSound("ButtonSound")
  7.   button3("3072")
  8.   puppetSprite(19, 1)
  9.   set the castNum of sprite 19 to the number of cast "24bit"
  10.   puppetSprite(19, 0)
  11.   set bit to 24
  12.   updateStage()
  13.   set psize to 3072
  14. end
  15.