Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: computerbynar on Fri 26/03/2004 13:27:55

Title: Football Throwing
Post by: computerbynar on Fri 26/03/2004 13:27:55
Im making a game called football birdhunt, and you have to throw a football. I know I have to make a new view, but how can I make him turn to  the thing he's aiming at? How can I make the football leave his hand?
Title: Re:Football Throwing
Post by: jetxl on Fri 26/03/2004 13:32:13
for the football.
AnimateObject(bla,bla,bla,bla);
MoveObjectDirect(bla,bla,bla); //the mouse click position

for facing the bird.
FaceCharacter(GUY,BIRD);
Title: Re:Football Throwing
Post by: Totoro on Fri 26/03/2004 20:28:18
Americans, accept it! Its called FOOTball because you kick the ball using your FOOT, its crazy to use your hands!  ;D
Title: Re:Football Throwing
Post by: Hollister Man on Sun 28/03/2004 04:51:48
I think overall it would be pretty difficult.  I would make a script to turn the char in about eight increments, instead of only four (as usual.)

As for Football, why don't you non-Americans call it Foot-and-Head-and-hands-for-goalies-ball then?  lol  I like Soccer better.