Hello!
So, I was trying to make a platform game where you have multiple ways to enter or exit some level (image below), therefore you have multiple layouts where you can end up.
In this case I have 3 ways to enter/exit this level (Left, Right, Top).
So what's the best way to do that? I suppose a simple goTo Next/Previous Layout isn't sufficient for that.
Thank you