Stop actor moving on collide ?? please help !
JamieOneil
Member Posts: 877
i have a drag and drop wall and then a player. so i drag the wall to the place i want it to go then move the player on it...but then because the wall is movable it gets pushed away ? how can i stop that ?
SO : when the play button is pressed make the wall unmovable ?
thanks
SO : when the play button is pressed make the wall unmovable ?
thanks
Comments
Make all the code (Like the drag) be like this
If attribute = 0 then drag
then when pressed to play then change attribute to 1
that way it wont be movable anymore
I think that should solve your problem
thanks.