Re: Expressions longer?
runeblade265;115373 said:
Is it Possible to make it so that i can keep doing the air guitar as long as i hold the key kinda like the middle finger expression
I've got it to repeat as long as you keep the button pressed. But the hero doesn't keep the guitar pose, he goes back to his normal stand in between the guitar poses.
Explanation:
This is because there's only one animation used. A lot of other creature actions (not only the hero's) use at least three. The middle finger for instance, which looks like this:
EXPRESSION_MIDDLE_FINGER_INTO then EXPRESSION_MIDDLE_FINGER_LOOP and then EXPRESSION_MIDDLE_FINGER_OUTOF.
Since it has a looped animation, the hero can stay in that stance or movement.
The air guitar expression is a combination of the three (INTO, LOOP and OUTOF) in one animation.
So there's a way to repeat the expression without having to push the button each time, but you can't get the hero to play the guitar constantly.