home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global NextFrame
- set theClick to the clickOn
- set NextFrame to "chanel"
- set the ink of sprite theClick to 5
- updateStage()
- ButtonsDown(18, 20, 21)
- set STIcks to the ticks
- repeat while (the ticks - STIcks) < 15
- CheckQT()
- end repeat
- set the locH of sprite theClick to 1000
- set the ink of sprite theClick to 36
- end
-