Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Mon 11/08/2003 02:49:10

Title: Animation
Post by: on Mon 11/08/2003 02:49:10
I'd like to make a particularly long animation on the title page of a game I am making for a friend's birthday. I have all the frames, but I can't figure out if there's a way to create the animation with AGS. If not, is there any possible way I could create the animation with another program, then upload it into my game? If so, what program is recommended?
Title: Re:Animation
Post by: on Mon 11/08/2003 03:48:21
You can make complicated animations in AGS using characters, animted objects, and backgrounds then save them in AVI format with HyperCam (freeware).

You could also use Fast Movie Processor (freeware) to compile all your bitmaps or jpegs into a movie. You might also consider using ULEAD (also freeware) to create animated GIFs if you need them to compile into your movie.

All of the above programs are freeware and can be found using any search engine. I use them all the time to create little cartoons for my AGS or Game Maker games.

Hope this helped!  =)
Title: Re:Animation
Post by: on Mon 11/08/2003 04:48:16
Thanks so much! Fast Movie Processor worked great!
Title: Re:Animation
Post by: on Mon 11/08/2003 04:59:38
Hey, uh...how do I upload this into AGS? I can't figure it out.
Title: Re:Animation
Post by: MrColossal on Mon 11/08/2003 05:23:04
if you've saved it as an AVI or MPEG file then use PlayVideo (string filename, int skip, int flags);

if you've saved it as a flic then use PlayFlic (int flic_number, int options);

look in the ags manual for further details