I want the Second Audio on the Right to be played after the left Audio has played 5 times.
How do I do this?
Hi Okayja,
You’d create a number(integer) to keep track of how many times the first sound has played. And every time it plays you check that number to see if it is ok to play the second sound.
The magical node here is INCREMENT (++) which gets AND sets that number.
Then you could reset the counting number back to 0, or put a ‘do once’ node infront of the second sound if you only want it to play once.
Cheers.
2 Likes