One way of doing it is to make a global list attribute. When a player reaches a level, you could add the scene name (using a scene name getter which can be found under scene > world) to the list.
On your level select screen, you would then make the buttons useable only if a certain "scene name" exists in your list. You could maybe grey out the images for levels that aren't in the list.