Vex Robotics Speaker Module Coding [Request]

Well I Was Wondering How To Setup A Speaker On The Vex Robotics 2.0 Coding Can Anyone Show Me How To Set It Up Or Even Comment A Template

I Was Hoping For Something Like When You press A button It Plays A Sound Kinda Like This Coding Right Here

	if(vexRT[Btn6U] == 1)           // If button 6U (upper right shoulder button) is pressed:
	{
		SensorValue[solenoid] = 1;  // &activate the solenoid.
	}
	else(vexRT[Btn6D] == 1) // If button 6U (upper right shoulder button) is  NOT pressed:
	{
		SensorValue[solenoid] = 0;  // ..deactivate the solenoid.

Check out this website here: http://www.robotc.net/wikiarchive/Tutorials/VEX_Speaker_module