Skip to main content
Known Participant
April 11, 2013
Question

Creating rotational spritesheet from single image

  • April 11, 2013
  • 2 replies
  • 555 views

Hello evryone!

I'm having trouble with creating rotational spritesheet from single image (360 images, +1 dgree for each image).

Is flash capable of doing it automaticly? if so, how? if not, is there any other program that can do that?

Thank you!

This topic has been closed for replies.

2 replies

Amy Blankenship
Legend
April 11, 2013

If you want to code it yourself, try here http://flexdiary.blogspot.com/2009/12/riadventure-inspiration.html . Note I wouldn't do this with an actual image, because the pixels won't look exactly right as they're rotated. But if you want to rotate a vector, it's a good way to do it.

_spoboyle
Inspiring
April 11, 2013
Sason922Author
Known Participant
April 12, 2013

Hmmm never used flixel before...I'll try it

Thank you both!