Background issues??

jmagnessjmagness Member Posts: 9
edited November -1 in Working with GS (Mac)
I am working on a game where a ship is traveling in space. My problem is that I would like the background to move (the ship actor is stationary - except left/right movements) so that it looks like he is flying through space.

My first though in the scene was wrap Y, which works. However I have meteors that are coming toward the ship from the top and they spawn randomly. The problem is, that when I wrap Y in the scene, the meteors also keep wrapping, so I start with 1 every few seconds, and in a minute there are hundreds.

How can I have one object (the background) wrap, and another not?

I have tried replication, but it only replicates once and then disappears randomly?

I have also tried Rule: when bg = position, spawn actor, again, only works once. I am lost as to how to make this work?
Sign In or Register to comment.