Collision Help Needed
I have one ball its passing left to right and I have one door with 10 animated frames.
Now I want to collide that ball with animated door.
In door I have 10 frames and minimum frame height is 20 and maximum is 200. Now when ball passing near the door depends on door animated frames height I want to collide that ball.
For example ball passing and door mimum frame height is 20 that means its not collide and suppose ball passing and that time door maximum 200 frame height is 200 and that time it should collide.
Right now its consider 200 height when actual height is 20. I am using transperant image in 20 height but some how its consider 200 height when collide.
Please help me out thanks
Now I want to collide that ball with animated door.
In door I have 10 frames and minimum frame height is 20 and maximum is 200. Now when ball passing near the door depends on door animated frames height I want to collide that ball.
For example ball passing and door mimum frame height is 20 that means its not collide and suppose ball passing and that time door maximum 200 frame height is 200 and that time it should collide.
Right now its consider 200 height when actual height is 20. I am using transperant image in 20 height but some how its consider 200 height when collide.
Please help me out thanks
Comments
As for your question, the actor that you don't want to move, increase its density value. If I'm not mistaken, you can think of density as it's weight. The higher it is the lower the chane it will bounce or move when collided with.
My mistake!