Reference a specific entity
guillopuyol
Member Posts: 5
I am looking for a way to make a parallaxing background. I have an image of mountains that I want to repeat as my actor runs... but I also want it layered. I COULD have 3 actors that are all the same mountain image and have them set to different x velocities so that the closest ones move faster than the farther ones, but I was wondering if I could have ONE actor with multiple entities and set up some rule that recognizes if the entity's x position is 0 then spawn a new entity next to it at the same speed as that entity...
Best Answer
-
SolarPepperStudios Posts: 754From what I know, all you can do is the 3 separate actors but I may be wrong. If it were me I would do it that way so that I could easily modify the speeds, position, etc.