You know how to creat platformer (the hero walks on platform) games without use tile/tiling? I'm trying always, but the gravitation and jumping is a big problem. Sometimes the hero 'sank' in the platform, sometime it falls down trough the platform, sometimes it bounces on the platform! help please, thanks
You might want to take a look at the code that handles your character being placed on the ground... from what I gather, it probably isn't secure enough... if you get a hittest, try and narrow that down so that the character appears to stand on the ground instead of inside it - or hovering over it. Don't just stop the calculations when the first generic hittest returns true.