How to create multiple level game

Hi,

Iam new to GD i don’t no how to create multi level game. Kinldy some one help how to create multi level game. :confused:

You need multiple scenes or multiple external layouts:

-You could use multiple scenes when each level has different behaviors (events). In the Project window (left window), add new scenes under the “Scenes” item, then use the action to change scene: “All actions ==> Scene ==> Go to scene”

-You could use multiple layouts when the levels have the same logic (for example Pac-man just change the “map”, not the AI). In the Project window (left window), add new layouts under the “External layouts” item, then you have to use the action to create objects from external layout: “All actions ==> External layouts ==> Create objects from external layout”
(probably you’ll have to delete old objects to replace before).

Let me know if something is unclear :slight_smile:

Thanks lizard i will try the same and let you know :slight_smile: