I'm trying to make a point and click like MacVenture Series or Norcos, where you have a background and can interact with it, like taking itens, going to other room, and etc..
First I tried this using invisible sprites with different instance variables to the interactive objects, but noticed that when changing rooms (aka: background image) I would have to mannualy change the sprite size, position and instance variable. And the last one I think is not possible with multiple interactables.
I'm thinking about using separated sprites for each interactive object and using separated layouts. but I don't think it would be the best Idea.
So I wanted you guy's opnion. How would you do this?