Spawn actors in different layers than the spawner

Hi,
In my game, the user taps the screen to create a random pentomino. The background is scrollable, separate from the spawner. When the spawner is in the scrollable layer, the tap stops working outside the 1024 x 768 pixel limit. When it's in the non-scrollable layer, the pentominoes don't move either. Is there any way to have the spawner in the non-scrolling layer spawn pentominoes into the scrollable layer?
In my game, the user taps the screen to create a random pentomino. The background is scrollable, separate from the spawner. When the spawner is in the scrollable layer, the tap stops working outside the 1024 x 768 pixel limit. When it's in the non-scrollable layer, the pentominoes don't move either. Is there any way to have the spawner in the non-scrolling layer spawn pentominoes into the scrollable layer?
Comments