Let's say I have an object named X, this X object is created every 5 seconds on the layer "game" with random width
I also want to create another object named Y, which I will put on the top of every created X Object
My question is how to do it?
I can't use set position based on other object's point of image since it's a tiled background
Thanks