Yea basically, the only example I can think of off hand is in Mario when you have to jump on the little mushroom guys. I know that someone was able to do something like this in sgdk1, except that you had to have 2 separate sprites right next to each other and a bunch of special functions. It wasn't that hard, it was just annoying to do

Actually, another question (lol, I may as well just ask now). I've actually been brainstorming a little about how I would go about making another game.., and my question is this. How customizable will player sprites be? Because I've been thinking about how I'd like to be able to set it up.
The concept isn't too bad. It would basically be three 'states'; a 'normal' state, a 'hurt' state, and an 'invincible' state. The way I would like to do it is each state would have only a left/right for each 'position', a stading left/right, a walking left/right, a jumping left/right (a rising and falling for facing each way, so 4 total for this one), a crouching left/right, and a crawling left/right. The only catch is each position's tiles would be different in each of the three states.

I hope I'm not explaining this too poorly. Like, the normal state would look like all the original animations in my first game, but then the hurt ones would be flashing, and maybe like a color change for the invincible ones, or something. I don't think that I could have done this in sgdk1 because I would have had to have 5 sprites for each state, and there would be a problem with switching to the right state's position. How feasible does something like this sound? Would it be ridiculously hard to implement, or would it be doable?