mob/proc/Color_Swap(Color as text, delay as num,speed as num) |
ID:151837
Jan 11 2009, 4:17 am
|
|
Well I was just wanting to know would this work? It's meant to slowly alternate from one color back
| |
#2 Jan 11 2009, 9:49 am
|
|
You could use LummoxJR's IconProcs. It uses MapColors(), a new feature in BYOND 4.0.
The way you're doing it, it's going go back gray. For the decreasing, you're going to want to revert to the initial icon, then add rgb(), but less than it had. | |
#3 Jan 11 2009, 10:13 am
|
|
Your transparency part won't work, because adding and subtracting it is the same thing.
| |
(o it uses sd_procs library)