home *** CD-ROM | disk | FTP | other *** search
- global scrWidth, scrHeight, scrDepth
-
- on mouseDown
- sound(1).stop()
- sound(2).stop()
- sound(3).stop()
- sound(4).stop()
- sound(5).stop()
- sound(6).stop()
- if the platform contains "Windows,32" then
- baDisableSwitching(0)
- OldSS = baDisableScreenSaver(0)
- showing = baHideTaskBar(0)
- KeysOff = baDisableKeys(0, baWinHandle())
- Ok = baSetDisplay(scrWidth, scrHeight, scrDepth, "temp", 0)
- end if
- quit()
- end
-