I'm looking to make a Castlevania-like game, but to do that I need to be able to move from room to room like Castlevania.
1) The edge of the room would have to be the edge of vision, so the camera would have to stop following the player.
2) Collision with door > Wait command > Door opens.
3) Room pans from one over to new room as character slowly walks through, and past collision point for door.
4) Door closes, wait command ends.
Would I just have to have one giant layer and pan through it?
This would work with one zone, but once the player gets to a new zone, would I need a new project or just a new layer?