button makes a random sounds
salah.rahal
Member Posts: 121
hello
could any one shows me how to make a button that playes random sounds every touche
thanks gs members
could any one shows me how to make a button that playes random sounds every touche
thanks gs members
Comments
Play sound random(1,10)..".ogg"
Rename your sound file names to 1.ogg, 2.ogg, etc..
thans man
Make an attribute integer ,set it to 0
Random(1,10)
When attribute is 1 play sound .....
When attribute is 2 play sound......
Etc