Reply to Re: What are the limits of animated sprites these days?
If you don't have an account, just leave the password field blank.
Feet sticking to the floor in animation can be tricky even outside of game engines. Usually you vary how fast the object is traveling compared to the frame rate of the animation and the distance of the step overall. So I mess around with sp_frame_delay() and sp_speed() until something gets close.