Trailed Icons

by Konlet
Need to have icons follow one another? [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Konlet.TrailedIcons##version=0

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

byond://Konlet.TrailedIcons##version=0

49 downloads
Latest Version
Date added: Jul 8 2015
Last updated: Apr 6 2018
1 fan
For help with lists, refer to this tutorial.

Comments

Zecronious: (Jul 10 2015, 10:23 pm)
Awesome man :)
Konlet: (Jul 10 2015, 10:14 pm)
I've added a modifiable variable called TELEPORT_MODE in the demo. If you'd like children to update location by teleportation, simply enable it.
Zecronious: (Jul 10 2015, 9:56 pm)
I'm just saying this because I almost know for certain a bunch of people will use this for pets and then get mad when they can't use teleports.
Zecronious: (Jul 10 2015, 9:55 pm)
Add a teleportChild(newLoc) method that can be called whenever it's needed (hence no extra CPU usage unless you need it) and when it's called it will also call the teleportChild(newLoc) method of the child.

By altering newLoc you could have them all teleport to the same position (shape) or have them all teleport to the location of the main parent where they'll begin following again.
Zecronious: (Jul 10 2015, 9:51 pm)
unnecessary CPU usage

You can do that without changing step_towards and without adding extra CPU usage.