trigger random animations?
![astrom0](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Is there any way to trigger a animation at random time?
Not looping, for example: blinking eyes on main character?
Not looping, for example: blinking eyes on main character?
Comments
->timer = real
on Actor
RULE
if self.time = self.timer+random(2,6) (depends on how frequent you want)
->TIMER
-->for 1 sec (depends to your animation and fps)
---->Animate (place your image here)
hope it helps