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

  1. on mouseDown
  2.   puppetSound("button")
  3.   updateStage()
  4.   set h to the locH of sprite clickOn()
  5.   set the locH of sprite clickOn() to h + 2
  6.   updateStage()
  7.   repeat while stillDown()
  8.     nothing()
  9.   end repeat
  10.   set the locH of sprite clickOn() to h
  11.   updateStage()
  12.   go(the frame + 1)
  13. end
  14.