Log In  

Update 13-03-2021: New copy-paste and flood fill tools added.

Cart #animator-1 | 2021-03-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
24

Introducing: Sprite Animator

SPRITE ANIMATOR is a tool for creating simple looped animations and exporting the resulting data to a sprite sheet. Here's a quick guide on how to get started...

Draw the frames of your animation in the canvas. The canvas can be resized and navigated with the controls in the corners. Add and remove frames using the +/- near the track bar. You can even draw into an animation while it's playing!

Drag the track bar to select the frame you want to edit. Press the PLAY button to preview your loop. While the animation is playing you can use the speed controls at the bottom to change the frame rate.

Click the pen icon to switch to selection mode. In selection mode click on a colour to fill the area with one colour. Use the copy and paste buttons to move sprite data around, even between frames!

Press the PICO-8 sprite icon to export the animation to the sprite sheet of a separate P8 file. The program will arrange the frames for easy use with a simple SSPR() loop!

To make use of the export function, download the cart in the standalone editor: LOAD #ANIMATOR

There's more to learn but the best way is just to dive in!

P#88636 2021-03-07 13:22 ( Edited 2021-03-13 18:13)

3

This is lots of fun :) Really good way of trying things out, much easier than trying to just draw things directly into the spritesheet.

P#88640 2021-03-07 15:13
1

Thanks a lot for creating this game! it give me more interest about animation! thanks a lot :)

P#98848 2021-10-19 04:41

[Please log in to post a comment]