I want to make a button widget that every time when pressed to play different sound like pressed ones plays one line twice second three times and on and on, but I don’t know how to do it and when I type this in Youtube its not quite what I’m searching for.
Multigate!
1 Like
thanks!
1 Like
dang how did i not know about this all this time
better than manually making counters looks like
2 Likes
yes…is incredible how sometimes we miss very basic and useful stuff along the way.
A lot of times I see tuts or posts and I learn unexpected things lol.
Knowledge has a lot gaps to be filled some day
2 Likes
If I get you question correctly, you want to play a random sound from a sound list when you presses the button?
If so simply create a array of sound base type then when pressing the button (you can get that by OnButtonPressed Event) choose a random sound and play it.