Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: KyriakosCH on Sat 25/05/2019 22:49:03

Title: Is it possible to upload sprite animation in .flc format?
Post by: KyriakosCH on Sat 25/05/2019 22:49:03
Hi, is it possible to upload sprite animation in .flc format?
Asking to save some time (i am having another create the main character for a game of mine)
Title: Re: Is it possible to upload sprite animation in .flc format?
Post by: eri0o on Sat 25/05/2019 23:20:43
What do you mean by uploading?

I don't recommend using flc since flash is blocked by default on most browsers.
Title: Re: Is it possible to upload sprite animation in .flc format?
Post by: KyriakosCH on Sun 26/05/2019 00:07:29
Sorry, i wasn't clear... I mean if any (eg new) version of the AGS engine allows you to insert sprite animation in .flc form, like it does with gif form :)
I want the images to be inserted as with gif; individual images, not a "video" file. This is animation of a character in a game.
Title: Re: Is it possible to upload sprite animation in .flc format?
Post by: morganw on Sun 26/05/2019 00:19:50
It doesn't import that format at the moment. You could potentially use ffmpeg to convert the flc video into individual images, but it is probably preferable to do this directly at source.
Title: Re: Is it possible to upload sprite animation in .flc format?
Post by: KyriakosCH on Sun 26/05/2019 00:21:13
Ok... thanks! :)
Title: Re: Is it possible to upload sprite animation in .flc format?
Post by: Cassiebsg on Sun 26/05/2019 12:16:11
If he just names the files sequencialy and place each loop in a folder, then you can just import all sprites in the folder and have your sprites neatly in a sequence and easy to add to the view loops.