What type of code would I need for when the mouse goes over a text it will make a sound and when the mouse clicks on the text it will make a sound? I did not work so much with Mouse interaction in class only the keyboard. So if you guys help that that would great.
http://docs.unity3d.com/Documentation/ScriptReference/MonoBehaviour.html
You may want to start with that. Its the monobehaviour documentation. It has some messages you can use like OnMouseEnter