home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set the visible of sprite 4 to 0
- updateStage()
- startTimer()
- repeat while the timer < 20
- end repeat
- set the visible of sprite 4 to 1
- updateStage()
- startTimer()
- repeat with i = 1 to 16
- set the cursor of sprite i to 0
- end repeat
- cursor(4)
- repeat while the timer < 20
- end repeat
- go(1, "cocktail.dir")
- end
-