Make actor ignore screen attribute
Hey guys, I'm sure there is an easy answer to this I'm just overlooking.
Basically in my scene, I have wrap X checked because I have cloud actors floating around the play area. However, I just created an actor that pops out and says "Good Job!" every X amount of points. But since he is sitting outside the screen waiting for its argument to be true to move to the middle of the screen, its wrapped around to the other side of the screen and you can see it the whole time.
All that to say, how can you make an actor ignore a scene attribute such as wrap x?
Basically in my scene, I have wrap X checked because I have cloud actors floating around the play area. However, I just created an actor that pops out and says "Good Job!" every X amount of points. But since he is sitting outside the screen waiting for its argument to be true to move to the middle of the screen, its wrapped around to the other side of the screen and you can see it the whole time.
All that to say, how can you make an actor ignore a scene attribute such as wrap x?
Comments
Clouds rule...if self.position.X <-100 (the 100 depends how big the clouds are)then change attribute self.position.X to 580...and visa versa if the clouds are going right...
You could also make the alpha 0 on the Good Job actor and when it gets fully inside the scene interpolate or change alpha to 1.
Darren.
Darren.
Nice, didn't think of this.