Wrap-X background question.
Hey guys, I need some help. I have a scene with the wrap x attribute enabled. My backgrounds consists of a couple of different actors (road, clouds, skyline) all mowing at different speeds. All these actors are in the same layer with scrollable enabled. They work fine. Now, my other layer, which contains various vehicle actors, I dont want to wrap around x. I have unchecked scrollable yet they wrap around x like the background. Can someone explain to me how to only make certain actors in a scene wrap round x and some not?
Also a side note, how come I can only check the layer heading as scrollable/un-scrollable and the specific actors within the layer, I mean there are boxes next to the actors too but they're greyed out?
I hope I have explained my situation well enough for someone to help me out and any help would be much appreciated.
thanks
Also a side note, how come I can only check the layer heading as scrollable/un-scrollable and the specific actors within the layer, I mean there are boxes next to the actors too but they're greyed out?
I hope I have explained my situation well enough for someone to help me out and any help would be much appreciated.
thanks
Comments
POLYGAMe
Yeah, better just to move the actor back to the original position, rather than continually spawning new ones
Have two images side by side... the following is for two 480px wide images:
Have a move left rule then:
When self.positionX < or = to -240, change attribute self.positionX to 720 + 240 + self.positionX
That'll work
I adore that man!