The most simple level selection screen can be done with one event. Create an instance variable "levelNumber" on level selection sprites and add this event:
Mouse on clicked LevelButton -> System Go to layout (by name) "Level"&LevelButton.levelNumber
But of course if you want to track progress and lock/unlock some levels, this will require more effort.