
We have Bob.
Bob wants to find his enemies, though they're off screen. To assist Bob, I would like arrows pointing in their direction along with the arrows' screen_loc based on the directional orientation.
The arrows, I can turn. My only problem thus far is properly moving the arrow. What sort of formula would I use to adjust the offsets?
Help me help Bob!
Edit: Bob is happy!

All you have to do is add an obj with the arrow's appearance to client.screen and call this proc whenever you want to update it. For example:
You could even add to this demo a verb on the arrow that removes the target, but I've probably done enough already.