i know it has something to do with .play(), but i don't know the rest. can someone help me?> Thanks!
1 Answer
1var MyClip : AudioClip; // audio goes here just drag it
audio.PlayOneShot(MyClip); //declare the clip here this plays it once
i know it has something to do with .play(), but i don't know the rest. can someone help me?> Thanks!
var MyClip : AudioClip; // audio goes here just drag it
audio.PlayOneShot(MyClip); //declare the clip here this plays it once