HOW TO MAKE ACTOR MOVE AND NOT GET OUT OF POSITION

Hey guys ,
i need help in making like how to make an actor move towards a direction and not move out of place even if other actors collide with it . I have two actors , Actor 1 and Actor 2 . So heres the thing , actor 2 is supposed to be a wall that keeps moving towards the left , actor 1 has to like dodge the walls and make its way to the finish line , but when actor 1 collides with actor 2 , actor 2 just like floats away . I've tried setting actor 2 to not movable but now it doesn't move at all ! Pls help . Tks to those who helped me last time too :smiley:

Comments

  • jigglybeanjigglybean Member Posts: 1,584

    You can try to use the constrain attribute to the X+Y positions of the actor you don't want to move. Or, you can check the physics options and reduce this to 0(friction I think), to remove any bouncing.

    Like Balls? Then click here! We've 100 coming soon

  • MonsterzproductionsMonsterzproductions Member Posts: 66

    i tried the friction thing but it doesn't work , it still like when collided with , floats away , also I'm not sure how to make the contain attribute thing

Sign In or Register to comment.