Avoid large actor deletion off screen
Hi there,
I am working on a side-scroller and have a scene that is around 3000px wide. I have several actors serving as my background images that are set to move to the left at varying speeds to give the illusion of movement. The problem I'm having is that when one side of the actors slides more than 300px out of the view area, it disappears.
Is there a way to stop this, or is it easier just to have multiple versions of the background actors lined up in a row?
Thanks
I am working on a side-scroller and have a scene that is around 3000px wide. I have several actors serving as my background images that are set to move to the left at varying speeds to give the illusion of movement. The problem I'm having is that when one side of the actors slides more than 300px out of the view area, it disappears.
Is there a way to stop this, or is it easier just to have multiple versions of the background actors lined up in a row?
Thanks
Comments
I used to have the same problem. If that didn't work right, let me know. I'll tryto explain it better. Or give a different solution.