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)
What do you mean by uploading?
I don't recommend using flc since flash is blocked by default on most browsers.
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.
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.
Ok... thanks! :)
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.