Well, I have two objects: bola and Movable, and I want to make the Movable get away from the bola. So I have physics behaviour in Movable, and I would like to apply a force towards a position on Movable, bu I don't know what are the position points. Like, I have bola position and Movable position, and I would like to know a position 100 pixels away from the Movable object, with the direction of the bola.
So, I have a rect with 100 pixels, but I don't know how to get the last rect's point position.
<img src="http://content.screencast.com/users/Scorchpt/folders/Jing/media/0b72aa1a-5145-42d5-936e-3cddf99bfe1c/logicball.png">