Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Akumayo on Sun 18/01/2004 04:43:21

Title: Animating Sprites
Post by: Akumayo on Sun 18/01/2004 04:43:21
Is it possible to import an animating picture into the AGS sprite manager and use it in the game, or will the picture just not move ???
Title: Re:Animating Sprites
Post by: Wolfgang Abenteuer on Sun 18/01/2004 04:55:51
You have to import each individual frame of the animation as a separate sprite, create a view using those animations, then use AnimateObject to, well, animate the object. :)

~Wolfgang
Title: Re:Animating Sprites
Post by: Akumayo on Mon 19/01/2004 01:03:35
Thanks, that works fine... but it is a lot harder than i think it should be.
Title: Re:Animating Sprites
Post by: Scorpiorus on Mon 19/01/2004 08:51:30
There is a quick import multiple sprites option. Open sprite manager, then right click for pop-up menu to come. There is the option you should see.

Then (after importing) you can select a group of already imported sprites, again right click on them and choose Assign to view option.... That will build up a view.

~Cheers