is it posssible to make a game with more than 1 level. for example im makeing a maze game and i was wondering if it was possible to make a level select menu where there is several different mazes but each one is compleatly unrealated with different sprites and everything. Or will i need to do a seperate project for each level.
Offline
yes it's possible, just use the background as the stages with several different costumes as levels, and then a blank or minimal one, where the user choose the level
for instance, have buttons with the different level names, and say:
if <so and so sprite> clicked
Broadcast <level 1>
When I recieve <level 1>
hide
and the bg:
When I recieve <level 1>
switch to costume: <2, or level 1>
and so on.
Offline
great that helps alot
Offline
thedefenderofdeath wrote:
is it posssible to make a game with more than 1 level. for example im makeing a maze game and i was wondering if it was possible to make a level select menu where there is several different mazes but each one is compleatly unrealated with different sprites and everything. Or will i need to do a seperate project for each level.
yes
Offline