hi,,i have a target in my scene all i want to do is when i move my mouse to the middle of that target a sound must play..
script 1: var sound : AudioScript; inside if condition i ll write sound.start(); // Here m getting error: object reference not set to an instance of object
script 2(AudioScript)
var soundName : AudioClip;
function start() { Debug.Log("Audio"); audio.PlayOneShot(soundName); } please help