|
Question : Convert Sprite Sheets to Animations
|
|
Ok here is my situation.
I have sprite sheets with sprite movements and collisions, I want to load this sheet as into a program and then extract each frame into an Animation and save it as a gif. I would like the program to Identify the Sprite with the largest frame width and Height and then create the animation.
|
|
Answer : Convert Sprite Sheets to Animations
|
|
I'm sure you can do it using VB .Net, but these kind of issues, regardless of platform, are discussed in the Game Dev forums, probably AI and Physics.
|
|
|
|