Level Select (part 1)

Today i made a simple test for what would be a level select, i just made some simple buttons and a couple of rooms to test with. i made a total of 5 rooms, the main menu, the level select, and 3 levels.

I made 6 buttons, the level select, a start button for the main menu, a quit button and the 3 level buttons. the coding for it to work was simple enough.

Its just a left pressed event with a piece of code that just has the line:

room_goto(room name);

This code is for the buttons which are used to change rooms, whereas the quit button only requires the line:

game_end();

I will improve these with the sprites that we will be using as well as maybe try to make an some extra sprites which makes it look like it has been pressed inwards like many buttons.

screenshots

1

23

Anthony Mason (coder)

Leave a comment