making a character immovable?

allc1865allc1865 Member, PRO Posts: 777
Hey guys,

I need help making my enemy character immovable because (1) when the player actor collides with them they go sailing off somewhere else, and (2) the enemies will move by themselves without me even colliding with them.
I've tried turning my density way up, but that just ends up crashing my game.
Any help will be great, please. Thank you in advance.

Best Answers

  • SocksSocks London, UK.Posts: 12,822
    Accepted Answer
    image
  • tahakitantahakitan Posts: 102
    edited December 2013 Accepted Answer
    if movable is checked than it is always going to move if you have a collide rule applied with it. you can reduce the movement of the object by adding a constraint attribute to the x and y but it will move a few pixels when you collide with it.

Answers

Sign In or Register to comment.