i have a couple of questions and need help....please help.
macman123
Member Posts: 98
I have a couple of questions i will make it one question at a time. first question, i need men to animate automatically by themselves when they shoot a ball but not being controlled by any button but by themselves.
Answers
Make an actor level Boolean attribute called "myTurnToShoot?". Then whenever the conditions are right for the actor to shoot use a change attribute behavior:
Then have a rule in actor that can detect when its time to shoot:
That's the basics of 'automatic' behaving.
@RThurman Ok thanks