Hi everyone!
Just today i started losing my head on this great piece of software and now i seem to be stuck would gladly appreciate any help
Basically I'm trying to go for a Metroidvania platformer in which the player can control multiple characters and switch between them freely (starting with two, plan to make three).
I was able to get the characters to switch properly in one given layout, but when it comes to multiple layouts things get a bit complicated. I would like the player to place characters in different rooms and quickly switch between them in order to solve some puzzles.
Now, i don't seem to properly understand how the Global Property works for objects. I am not able to move characters to the next layout and even if i get some results, by putting in one copy for each layout, all my global events stop working (animations and so on). Much less being able to switch between layouts.
I tinkered around with families, global variables, private variables and so on, but nothing seem to work. any advice?