home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global NextFrame
- set theClick to the clickOn
- set me to theClick - 39
- set NextFrame to item me of "ali,ruth,bannister,jordan,korbut,navratilova,owens,pele"
- set the ink of sprite theClick to 5
- updateStage()
- ButtonsDown(18, 19, 20)
- set STIcks to the ticks
- repeat while (the ticks - STIcks) < 15
- CheckQT()
- end repeat
- repeat with i = 40 to 47
- set the locH of sprite i to 1000
- end repeat
- set the ink of sprite theClick to 36
- end
-