WhitmanCS370 / Frends-Audio-Archive

0 stars 4 forks source link

Popup window to check/uncheck audio effects #106

Closed Rhys-sg closed 6 months ago

Rhys-sg commented 6 months ago

playScreen(CommanderObject, Arguments):

tater-tot25 commented 6 months ago

You can assume you will be passed a list of sound names, and a commander object. These just need to be stored and passed to me later. Your menu needs to create a PlaybackOptions object and pass it to me. So the resulting call will look like playMenu(soundNames, commander, playbackOptions).

tater-tot25 commented 6 months ago

Thank you Rhys!!!