I seem to be so far behind everyone in this program.
I am making my platform game and I had the guy go up to the top of a narrow passage using platforms.
That worked fine.
Then I wanted him to go to another layout, so I made Layout2.
My problem came when I looked at the tutorials on changing levels. After sorting them out to get the ones that were actually changing the layout and not just the player level, I found that theirs works and mine doesn't.
I placed a heart at the top and had the player touch it and nothing happened even though I had an event to say go to Layout2. ( I didn't have another player waiting in Level 2.) I used the system to go there in the event.
The transition from Layout1 to Layout2 is my problem.
I am completely lost at this point and I was just called for lunch.
Ken