home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set the visible of sprite 7 to 0
- updateStage()
- startTimer()
- repeat while the timer < 20
- end repeat
- set the visible of sprite 7 to 1
- updateStage()
- startTimer()
- repeat while the timer < 20
- end repeat
- if marker(0) = marker("open") then
- go("credits")
- else
- go("pub")
- end if
- end
-