malliaanthony / IMTAssignment2016

0 stars 0 forks source link

The mute button #4

Open malliaanthony opened 8 years ago

malliaanthony commented 8 years ago

Since there is sound present in the game the user is able to click on the mute button that is found on the upper right of the screen. Once this is clicked the interaction leads to a shut off any sound that the environment has present in it. Hence there will be no sound from any object until the user will click again on the sound button (same one) so that sound could be enabled.

malliaanthony commented 8 years ago

The script that will be taking care of such functionality will enable the user to interact with the game more profoundly. This will let the user to enable sound or mute sound while he/she are playing such game. In the meantime this script would be called "MuteControl". This will be enabled in every level there is present in the game. Here is an example of how such sound implementation could be implemented.

1234567890