I'm creating a simple platform scroller using C++ and the Allegro library, and also .fmp maps created using the tile-based editor Mappy.
I have two maps created, which will serve as my two levels.
Once the first map is run through, I want to switch to the second map.
What's the best way to go about doing this?
I'm kinda clueless as to how I should tackle this exactly....
Your help will be appreciated!