Hi, this is my first post on this forum, I just picked up construct for the first time a few months ago so I am fairly new to this and this is my first game.
I currently use 1 event sheet for all my levels on this game I'm creating. I have multiple layouts which have each have multiple background objects which are all stored in a family called backgrounds.
I have been making each of my layouts with a scrolling background that moves from right to left. Each background object is 2560 wide and when each object reaches -2560 it moves to self.x + 2560.
This works well but each time I make a new layout I need to add instances of each object and move them into the correct position. I was hoping that on the start of the layout I could create each object in the family on the same layer as the original and place it the objects same x axis + 2560 and same y axis.
Any help would be much appreciated.
Thanks, Ross