Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: TGames on Tue 10/04/2018 04:52:33

Title: (Solved)How do I move and animate objects at the same time
Post by: TGames on Tue 10/04/2018 04:52:33
In my game, I want a cart to move to the side of the screen while animated. I can currently get it to animate on its one or move on its own, but i can't figure out what I would do to make it move and animate at the same time. I would make the cart a character and have it walk, but I need the cart to be able to turn visibility on and off.
Thank you.
Title: Re: How do I move and animate objects at the same time
Post by: Khris on Tue 10/04/2018 09:27:04
Quote from: TGames on Tue 10/04/2018 04:52:33I would make the cart a character and have it walk, but I need the cart to be able to turn visibility on and off.
Characters have .Transparency, which means you can set that to 100 to make them completely invisible. Please check the relevant section of the manual's scripting part before opening threads.
Title: Re: (Solved)How do I move and animate objects at the same time
Post by: TGames on Wed 11/04/2018 04:23:42
Thank you