Touching a certain part of an actor, have it go realistic way, HOW?

CabacoCabaco Member Posts: 414
edited November -1 in Working with GS (Mac)
I want to make a soccer game where all you have to do is juggle soccer balls, then once the i.e. right part of the ball is touched I want to have it go to the left to be realistic. Help!

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    that's going to involve a lot of math. you'll need to find the vector to angle of the point you touch to the center of the ball, and then depending on that angle, you'll move the ball left or right.
Sign In or Register to comment.