Okay first, apologies for confusion in the question.
I'm working on a game with levels and I'm using a layout for each level. On each level, I have a sprite at the end. I have a playable demo on the title screen with that sprite. (I have a button too but whatever) When the player collides with the sprite, it takes you to level 1. I put the sprite in level 1's layout, with the intent of it going to level 2, but unlike the sprite that does the EXACT SAME THING on the title screen, it lost it's functionality despite me putting the same events with the only difference being the layout it's going to. Any help?