#1988 - imikeyi - Mon Jan 27, 2003 6:44 am
I'm currently working on my first GBA game and its progressing well at this stage..
The basic structure for my code is:
With my game the sprites are animated alot, for any move they make, even when they are just standing they are still being animated. At this stage of my game though what happens is some animation appears to occur too fast and some too slow. For example, a 'jump' move would need a fair few frames of animation; similarly a walk action may only need a few frames.. what I don't know is how many frames each move needs. At the moment they all have the same number of frames which makes the whole game look and feel jerky.
So my question is, how can I determine the number of frames I should be using for each animation? Is there a set method to do it, or do I have to use trial and error?
Thanks
_________________
microkernel advance
The basic structure for my code is:
1 update game related data based on input etc
2 wait for X vblanks
3 update VRAM
4 goto 1
With my game the sprites are animated alot, for any move they make, even when they are just standing they are still being animated. At this stage of my game though what happens is some animation appears to occur too fast and some too slow. For example, a 'jump' move would need a fair few frames of animation; similarly a walk action may only need a few frames.. what I don't know is how many frames each move needs. At the moment they all have the same number of frames which makes the whole game look and feel jerky.
So my question is, how can I determine the number of frames I should be using for each animation? Is there a set method to do it, or do I have to use trial and error?
Thanks
_________________
microkernel advance