..:D&G:.. Posted August 3, 2013 Share Posted August 3, 2013 Hello, I am working on a farm system, and I want to attach a sound to a cow. List: cowList = { { animal = { -- model, x, y, z, r -- cow {13, -2750.576171875, 379.568359375, 4.1328125,272}, } }, } In that list will be more than 1 cow, lets say there are 4 cows, how do I attach and play the sound to a random from that list,I don't want all the cows to play the sound at once Link to comment
..:D&G:.. Posted August 3, 2013 Author Share Posted August 3, 2013 Maybe if you can tell me how to play a sound for a cow that will be good for a start I know that I need to use playSound("name.mp3") but I also need to know how to attach that to the element (cow) and how to make it a 3D sound Link to comment
golanu21 Posted August 3, 2013 Share Posted August 3, 2013 playSound3D maybe you can use this Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now