hi Nate:
I make two animation,"idle" and "blink",I want idle loop =1,and the sometimes make a animation "blink"
random.
So I do like this:
setAnimation("idle", true);
addAnimation("blink",false);
but the role can't go back idle after blink,and can't idle at the same time "blink".
How I do it?