Hi,
As i said in a previous post, in the game I am working on, my characters are in a maze and stop on the crossroads, so the crossroads have special sprites (separate from maze's background), that my character's sprite can detect.
I got ahead with the game development, but I have a new problem.
The players can switch between 2 mazes during the game, so I need to switch background AND move with him the crossroad's sprites.
So I was thinking about a parent-children link between the background's sprite and the crossroad's sprites. But I didn't find how to establish this link. I think that could exist (or must!), it is very common in game engines. Do you know where I can find it, or something who looks like ?
I though about a "set position", but there is many different instances that I need to place, in different position, and of course, different in every maze. It wouldn't be a very nice solution for me and for the script.