Hi all,
I want my character sprite to move step-by-step, from grid-block to grid-block, not instantaneously, but as a smooth transition showing that directions' 'run' animation.
I also want my character to obey the 'solid' object behavior, in that if there is an object with the 'solid' behavior, then the character will not move there.
Any tips on how to do this?
Thanks!