Blockland Forums > General Discussion
How to do the RGB Color trick from years ago?
Cubelands:
http://forum.blockland.us/index.php?topic=157037.0
Nymethus:
--- Quote from: Cubelands on October 16, 2011, 12:22:07 PM ---http://forum.blockland.us/index.php?topic=157037.0
--- End quote ---
wow that guy is dumb
MegaScientifical:
If someone could find RGB Animator, I could port it into v20. I'll make sure to go over the code and make sure it's clean first.
Cubelands:
--- Quote from: MegaScientifical on October 16, 2011, 12:32:19 PM ---If someone could find RGB Animator, I could port it into v20. I'll make sure to go over the code and make sure it's clean first.
--- End quote ---
read this
--- Quote from: Cubelands on October 16, 2011, 12:22:07 PM ---http://forum.blockland.us/index.php?topic=157037.0
--- End quote ---
otto-san failed re-make RGB Animator.
Headcrab Zombie:
--- Quote from: MegaScientifical on October 16, 2011, 10:39:55 AM ---No, that isn't. That's letter by letter. This is layering different letters by using different colors. That way, "M T O" all appear on the same spot because the bricks used between different letters show in both or all three of the colors. I should record what I got and gif it like Nymethus just to show you.
--- End quote ---
By using cyan, magenta, yellow, and white?
Then those painted bricks would light up during two of the colors (all three for white)
I added a column to my colorset just for this:
--- Code: ---0 0 0 255
255 0 0 255
0 255 0 255
0 0 255 255
255 255 0 255
255 0 255 255
0 255 255 255
255 255 255 255
255 255 255 32
DIV: Pure
--- End code ---
(The last one is just a slightly more transparent white)