home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMovie, Hdrive
- puppetSound("click")
- set the blend of sprite 32 to 100
- updateStage()
- startTimer()
- repeat while the timer < 20
- nothing()
- end repeat
- set the blend of sprite 32 to 1
- updateStage()
- startTimer()
- repeat while the timer < 20
- nothing()
- end repeat
- set gMovie to Hdrive & "mainmen"
- go("select", gMovie)
- end
-