home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global NextFrame
- set theClick to the clickOn
- set me to theClick - 35
- set NextFrame to item me of "graham,valois,nureyev,duncan"
- set the ink of sprite theClick to 5
- updateStage()
- ButtonsDown(18, 19, 21)
- set STIcks to the ticks
- repeat while not CheckQT()
- if (the ticks - STIcks) > 15 then
- set the ink of sprite theClick to 41 - value(the ink of sprite theClick)
- updateStage()
- set STIcks to the ticks
- end if
- end repeat
- repeat with i = 36 to 39
- set the locH of sprite i to 1000
- end repeat
- SetQT()
- set the ink of sprite theClick to 36
- end
-