basic animation system working.
Posted by illume
April 19th, 2008 9:10 pm
I don’t have any gameplay yet. Just a simple animation program, which can animate lines.
Here are the things I’ll need to do to, so I can then start on some gameplay:
- interpolate between key frames to get the frame to draw.
- box select
- copy previous key frame into current key frame.
- save and load Frames with pickle.
I’ve also been playing around with the wonderful sfxr – to make beeps.
That’s interesting, do you create an animation system for games?
Will the lines be connected to each other?
Can they be closed and filled with a color?
I have created an animation software called Stickman, perhaps you will take a look at it and get some ideas for your animation software.