You could certainly have a script that plays a sound when it starts and then listens for button presses. The best way to learn (in my own view) is to: try some code change it inevitably cause an error search for the error see if I can fix, if I can, move on until I hit #3, if I can't, then I ask fo...