by Game A Gogo » Sun Jun 03, 2007 12:32 am
Caaz you are wrong, that is a simple animation, i iwll explain it.
Let sya you have an animation containing all the frame that the char can have, Ie: Walking animation of left and right in one file, and the animation file would be set like this:
| walk left frame 1 | Walk left frame 2 | Walk left frame 3 |
--------------------------------------------------------------------
|walk right frame 1|walk right frame 2|walk right frame 3 |
Then you could add a frame sequence named Walk_Left and make the sequence numbers like this: 0;1;2;1;
and also make the walking right frame sequence named Walk_Right and make the sequence numbers like this: 3;4;5;4;
But you would want a stopped animation whit that right?
easy, make another frame sequenced name Stop_Left and place the frame number: 0;
and for Stop_Right, place: 3;
now you are ready to use the sequences Walk_Left, Walk_Right, Stop_Left, Stop_Right like normal animation.
this is a very use full tool!
Programming games is an art,