Hi
I have a background layer with parallax of 25, 25
I have a game layer with parallax of 100, 100
The layout is 9600 width
If I create an object on the game layout on the (200, 9600) its created on the border of the layout but if I created an object on the background layout its created in a different position
I want to know the "width" of the background layer at runtime so I can create objects inside the background layer
Any ideas?