home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gCDPath
- set the visible of sprite 3 to 0
- updateStage()
- startTimer()
- repeat while the timer < 20
- end repeat
- set the visible of sprite 3 to 1
- updateStage()
- startTimer()
- repeat while the timer < 20
- end repeat
- sound stop 1
- open(gCDPath & "Logo.exe")
- end
-