This is my own platformer engine. If you want to use it like some kind of a tile scrolling engine (comming soon). You can easily make some adjustments to te script so it won't change its x and y position anymore, but the tiles move. Or background. Its a highly configuarble engine. You can change exceleration force, maximum exceleration, gravity and resistence(x) very easily, so it wil always fit into your game. Problems with remixing, implanting in game or anyothere engine realited problems? Leave them in the comments.
Why I decided to create a platformer engine: First I used an engine of a friend of me @lvanrest. Later he said something about that he exacly copied (and improved) it from another (unknown) scratcher. But last month a scratcher called @Nitro_Tom mentioned that it was a griffpatch tutorial. So I watched that tutorial and I realised that the unknown scratcher used a griffpatch tutorial. Because I didn't want to credit Griffpatch for the engine I decided to create my own. Its a lot more code, but its my engine and thats the only thing count for me.