making a spritesheet
Moderators: Víctor Paredes, Belgarath, slowtiger
making a spritesheet
I am wondering if someone has figured out a way to export a sprite sheet from AS? I like AS's ability to use bones and such to animate, but I am unable to use the results as I need to find away to export them into png form with an alpha background so that I can use them as animations in a game. Any feedback is welcome.
- funksmaname
- Posts: 3174
- Joined: Tue May 29, 2007 3:31 am
- Location: New Zealand
I would suggest you do this in Photo shop or GIMP. The way I do it is to buy or find free sprite pages and import them into a PS or GIMP. Usually, if its a good sprite page, you can just select the background and remove it...of course after you added an alpha channel. Make sure you double the size of the sheet before you edit it. Then crop around each sprite and save as a png. Import that to AS and use switch layers to animate it.
I did this with a free sprite sheet.

I did this with a free sprite sheet.

- neeters_guy
- Posts: 1626
- Joined: Mon Sep 14, 2009 11:33 am
- Contact:
There's a shareware program called SpriteBuilder that assembles individual sprites into a spritesheet. You can choose the arrangement of rows and columns. It hasn't been updated in years though and I'm not sure about png support. But it's a great time saver; a lot easier than manually pasting and shifting hundreds of exported images.
Hey thanks for the feedback. I'm guessing I need the pro version to export to png. Does the pro version have a way to automate this to where it exports every frame, like into a psd? Or will I need to do each frame manually? Once I have them in psd format I have a gimp script that will convert them to a strip. The main thing I find attractive about this program is the ability to manipulate images with the bones and therefore animate them.
I use zsnes http://www.emulator-zone.com/doc.php/snes/zsnes.htmlto remove layers from games and then I use gimp to remove the background then I make rows and columns of the sprites in AS and save the sheet as an image.