setSounds(overSound, overMarker, downSound, downMarker, outSound, outMarker, upSound, upMarker)
Sets the sounds to be played whenever this Button is interacted with. Sounds can be either full Sound objects, or markers pointing to a section of a Sound object.The most common forms of sounds are 'hover' effects and 'click' effects, which is why the order of the parameters is overSound then downSound. Call this function with no parameters to reset all sounds on this Button.
Parameters
Name Type