Donitz
First time out of the vault

Okay, this is driving me a wee bit mad.
I need to solve the issues where the sprites keeps hopping around when the character changes animation. I understand that the Frames Offset only works for FRM AA, and that all subsequent frames are aligned according to this frame. But HOW?
I read somewhere that it uses the image center. Fine, so I wrote a script to symmetrically crop my images to make sure the center of each image is in the same real world spot for all of them. But no luck, it keeps jumping around.
I also read that you could put the last frame in AA in the beginning of other FRMs, but I'm not going to start messing around with over 100 animations because of this. I'd rather just not crop any images at all.
So what part of the frames are aligned when the animation changes? The center of the image, or the bottom of the image? Must the images have the same dimensions to align properly or can I fix it using frame offsets?
Does auto-cutting compensate for this at all? Because all my images are 288x288 with the character's feet being in the exact center before auto-cutting. AAAargh!
I need to solve the issues where the sprites keeps hopping around when the character changes animation. I understand that the Frames Offset only works for FRM AA, and that all subsequent frames are aligned according to this frame. But HOW?
I read somewhere that it uses the image center. Fine, so I wrote a script to symmetrically crop my images to make sure the center of each image is in the same real world spot for all of them. But no luck, it keeps jumping around.
I also read that you could put the last frame in AA in the beginning of other FRMs, but I'm not going to start messing around with over 100 animations because of this. I'd rather just not crop any images at all.
So what part of the frames are aligned when the animation changes? The center of the image, or the bottom of the image? Must the images have the same dimensions to align properly or can I fix it using frame offsets?
Does auto-cutting compensate for this at all? Because all my images are 288x288 with the character's feet being in the exact center before auto-cutting. AAAargh!