Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Fri 06/08/2004 12:28:00

Title: animating sprites and objects in unison
Post by: on Fri 06/08/2004 12:28:00
Okay I got the sprite animation thing down, and I know how to animate objects by layering them on each other and just removing objects to get the next one but in my game I want a sprite and object to interact simultaneously in an animation.  Precisely, I have a innertube around two post.  I want my character to place a baseball on it pull it down and lauch the ball sending it soaring through a window.  Can any body help me?
Title: Re: animating sprites and objects in unison
Post by: SilverWizard_OTF on Fri 06/08/2004 13:48:30
Maybe with a MoveObject command. You can add more than one MoveObject commands, in order to create an animation. (Also, if you want the object to ignore the walkable areas, you could use the MoveObjectDirect script command)

I hope that these will help you
Title: Re: animating sprites and objects in unison
Post by: jrl2222 on Fri 06/08/2004 14:30:01
It might be best to create that as one animation and turn your chartacter off while the animation is playing. I'm sure it could be done the way you want but it would be much easier to just build your animation and place it in the scene.
Title: Re: animating sprites and objects in unison
Post by: on Sat 07/08/2004 15:51:04
thank you both I'm sure one of the other will work I see the problem prom a new perspective time to start punchin buttons.  Trial and error is great isn't it?
Title: Re: animating sprites and objects in unison
Post by: SilverWizard_OTF on Sat 07/08/2004 16:50:03
Well, sometimes...