home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the soundEnabled to 1
- set the keyDownScript to "checkKey"
- end
-
- on checkKey
- if the key = "1" then
- set the soundLevel to 1
- else
- if the key = "2" then
- set the soundLevel to 2
- else
- if the key = "3" then
- set the soundLevel to 3
- else
- if the key = "4" then
- set the soundLevel to 4
- else
- if the key = "5" then
- set the soundLevel to 5
- else
- if the key = "6" then
- set the soundLevel to 6
- else
- if the key = "7" then
- set the soundLevel to 7
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-