Trouble adding a second level in Blender game

Hi- I’m pretty new to the blender game engine and i’m having trouble with adding a second level into my game. After doing a full copy of my first level and it’s win screen (which works fine) I have encountered a problem in which the level just skips right to the win screen after the delay. Any advice would be extremely helpful! THANK YOU!

If you need any more info please ask me

These are the two sets of logic boxes for the floor in my two levels:



When I read your setup correctly you get:

“When plane 1 does not collide with a material “bad” and it is older than 60 frames -> scene “win” will be set”
“When plane 6 does not collide with a material “bad” and it is older than 60 frames -> scene “win” will be set”

I do not see a problem with that. Could it be there is another object setting the “win” scene?

Not that I can see, the “win” screen just triggers after the amount of time I set the delay for. I don’t know what could be causing this since is it just a full copy of the original “game” scene… thank’s for replying!

If you’ve done a full copy, are you sure you have a material “bad” on your second level, or is it something like “bad.001”? If it is there you have the problem.

It is still “bad” :\ thanks for replying tho

please post a sample blend