In my game, I have a global variable called "LEVEL." It helps me keep track of where the player is at in the game and adjust enemy strength, etc. I have the layouts numbered after the corresponding level. I have an event that says, "on button clicked, go to layout LEVEL." It doesn't work. Any idea what the problem might be? Thanks, Morgan.