Reply to Re: animation problem
If you don't have an account, just leave the password field blank.
If i remember correctly the format goes like this.
load_sequence path
center x
center y
left boundery
top boundery
right boundery
bottom boundery
it looks liek your depth dot (center x and center y) are diffrent, is this intentional? Try to get the sprites to have the same depth dot (yes, they may diffrent value wise) in the same spot on the two sequences, then place each sprite on a screen at the same cords (like 200,200), and see if they match up. If not, tweak it but lowering/raising the x,y cords fro the depth dot and that will move it up down left or right depending on the tweak.
load_sequence path
center x
center y
left boundery
top boundery
right boundery
bottom boundery
it looks liek your depth dot (center x and center y) are diffrent, is this intentional? Try to get the sprites to have the same depth dot (yes, they may diffrent value wise) in the same spot on the two sequences, then place each sprite on a screen at the same cords (like 200,200), and see if they match up. If not, tweak it but lowering/raising the x,y cords fro the depth dot and that will move it up down left or right depending on the tweak.