Question
How can I create a simple platformer game?
I want to create a platformer game, but there is no tutorials that actually tell you how.
What I dont understand is:
- How the level changes when you get to a certain point
- How to do collision with walls
- How to make the player move
I want to write this in AS3.
