home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 September / macgaichiban199609.bin / MOVIES / COMPANY / 00281.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  328 b   |  16 lines

  1. on mouseDown
  2.   global num
  3.   puppetSound("button")
  4.   updateStage()
  5.   set h to the locH of sprite clickOn()
  6.   set the locH of sprite clickOn() to h - 2
  7.   updateStage()
  8.   repeat while stillDown()
  9.     nothing()
  10.   end repeat
  11.   set the locH of sprite clickOn() to h
  12.   updateStage()
  13.   set num to num - 1
  14.   go(label("snum_" & num))
  15. end
  16.