toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
Sounds played at random times...
Eagleone
Member
Posts:
97
September 2011
edited November -1
in
Working with GS (Mac)
Anyone know how I can have one sound play at random times? Say 2 seconds into the scene, then 4 seconds later, then 3 seconds later then 6 seconds later and so on?
Comments
sebmacfly
Member
Posts:
1,018
September 2011
I would like to say
timer, every "random(2,7)" seconds
Play sound
use the expression editor to random the second value in the timer...
in this example, that will random from 2 to 7 seconds
Sounds good?
Eagleone
Member
Posts:
97
September 2011
Thanks very much, appreciate your help. Will give that a go.
sebmacfly
Member
Posts:
1,018
September 2011
You're welcome, let me know
Sign In
or
Register
to comment.
Comments
timer, every "random(2,7)" seconds
Play sound
use the expression editor to random the second value in the timer...
in this example, that will random from 2 to 7 seconds
Sounds good?