Screen Arrows

by Kaiochao
Draw an arrow on-screen for tracking things. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Kaiochao.ScreenArrows##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Kaiochao.ScreenArrows##version=1

115 downloads
Version 1
Date added: Sep 29 2015
Last updated: Sep 30 2015
4 fans
See this post for the origin of this library.

This library contains just one proc.

mob.PointArrow(obj/Arrow, atom/Target, MinDistance, ArrowDistance)

Arrow: an obj in src's client's screen to be updated.

Target: the atom that the arrow is tracking.

MinDistance: the minimum pixel distance between src and Target before the arrow is made visible.

ArrowDistance: the pixel distance between the center of the screen and the arrow in the screen.