Well first thing I want to know is there really any reason to recreate platform behavior? the way I see it, its excellent starting point, you can always expand upon it with new custom controls.
Second is what are possible ways to accomplish this? I tried doing it with just events and it nearly drew me insane.
I was stuck right at the gravity, no matter what I did there was random chance player would move couple of pixels into ground Is it even possible to do it with just events?
I know some ppl were doing this with Physics behavior, But I have not used it much.
What are the Dis/advantages of physics based platform behavior?