Lab 15
During lab 15 we had to create a clock that worked and include a set of keys that would play a specific sound each time clicked. The drum set that plays a sound every time a key was pressed, as well as how to code a clock that displayed the real time. For the drum part I used key mapping in my tags so that every time that key was pressed the command would run to play audio. This used some javascript/jquery so that there was event listener to listen for the keys pressed and when that key is pressed the sound would play. This lab isn't very useful to us web designers unless on your site you want to have a key that makes a specific sounds, but it does make it fun and can be used very well in game design
Comments
Post a Comment