Hey guys!
I'm working on a top-down action game (kinda like the old GTAs :) ).
I wanted to implement that the player could enter buildings, so I made an extra layout for every building.
In that building I spawned an instance of the player. But when I want to go back I found no proper way to tell the game where the player was before entering the building. He is always spawns at his start position of the layout.
I had the idea that I could create global variables for every building wich include the spawn-position next to the building. But that didn't work...
Mabe you guys have some ideas. :)
I hope this problem for Construct 2 wasn't posted already, but I didn't find anything in the FAQ or using the search.
spinz89 :)