Hello,
So i'm trying to get my player character to go inside buildings.
Exemple:
Layout1 is town map, player steps in front of a house door (press a button to open the door) ----> goes to layout 2 which is the interior of the house.
Then when Player steps back in front of the door (or uses a button to open the door) it goes back to town map (layer1) in front of the house.
The player is a global object of course.
If some are familiar with RPG Maker you'll know what i mean, i'm trying to have a similar effect (and i wish it was as easy in construct 2)