repeatable animation
multiplayer
Member Posts: 30
Hi,
I want my actor to have looped "idle" animation but every 10 seconds i want new short animation to be played. Then return to "idle" loop.
How to do it?
I want my actor to have looped "idle" animation but every 10 seconds i want new short animation to be played. Then return to "idle" loop.
How to do it?
Comments
Time behavior does not work
animation ---> 5 sec break (no anim, just still image) ---> animtion ---> 5 sec break ---> animation... etc
An animation shows a man jogging along. It can loop forever, but randomly you want the man to wave as he jogs along.
How would that be done?
and what about Colin's exaple?do you know how to do that ?
http://gamesalad.com/wiki/how_tos:gsc_animate_direction
It seems then that all you do is have the different set of images in the two Animate behaviors, and have a rule or a timer that invokes the right set of images.