home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global num
- puppetSound("button")
- updateStage()
- set h to the locH of sprite clickOn()
- set the locH of sprite clickOn() to h - 2
- updateStage()
- repeat while stillDown()
- nothing()
- end repeat
- set the locH of sprite clickOn() to h
- updateStage()
- set num to num - 1
- go(label("snum_" & num))
- end
-