Continuous moving ground, but not movable..
Philie
PRO Posts: 240
Ok, so I may come across as a noob on this, but I'm lost and need some help.
I have an actor, lets say its a ground, its set up as 3 different actors and there is space in between them.. they use move to just move to the left. Then, once one actor reaches -120 x position, it resets so pretty much all 3 are continuously moving, and it works perfect.
Also, I have actors that come down from the top, using accelerate. If the player "misses" the target, and hits the "ground", it should just land on the ground slide off and not bounce off of or push the ground down.
I'm aware, you need the ground to be not movable, but I need it to move to the left to be continuous. I turned moveable off and tried interpolate, but it doesn't work.. I'm most likely doing it wrong..
When I do it the way I had set up, everything is perfect but it pushes the ground down a little, so continuous dropping of this actor will make it vanish. Its perfect with interpolate and moveable off but once it goes off screen it never resets.. even though it goes past the x position that triggers it to move back to the right of the screen.
I may sound crazy, but anyone know what I'm saying? Any help would be awesome.
I have an actor, lets say its a ground, its set up as 3 different actors and there is space in between them.. they use move to just move to the left. Then, once one actor reaches -120 x position, it resets so pretty much all 3 are continuously moving, and it works perfect.
Also, I have actors that come down from the top, using accelerate. If the player "misses" the target, and hits the "ground", it should just land on the ground slide off and not bounce off of or push the ground down.
I'm aware, you need the ground to be not movable, but I need it to move to the left to be continuous. I turned moveable off and tried interpolate, but it doesn't work.. I'm most likely doing it wrong..
When I do it the way I had set up, everything is perfect but it pushes the ground down a little, so continuous dropping of this actor will make it vanish. Its perfect with interpolate and moveable off but once it goes off screen it never resets.. even though it goes past the x position that triggers it to move back to the right of the screen.
I may sound crazy, but anyone know what I'm saying? Any help would be awesome.
Comments