Character Animations to play randomly? Please Help!
So I have a character and I want it's animation to play randomly. I tried using a timer and saying every: random(0.5,5) animate but it only flickers and doesn't animate. Is there another way to go about achieving this?
Thanks in advance!
Thanks in advance!
Comments
In other words, you need a 'for timer' as well. So 1 Timer with Every X (random 0.5,5 secs), then inside that, another Timer with For X seconds (run to completion). Then inside that Timer behavior, add your Animate behavior.