Blockland Forums > General Discussion
A fun little tip for removing Invisible Bricks planted before V21.
(1/4) > >>
Zeal¤t:
With the update of V21, transparent bricks have become slightly visible, but still very hard to see. This can be irritating and messes up the build's atmosphere. While trying to remove them from Adena, I came upon a neat little trick.


If you turn the fog as high as possible, it will make the supposedly invisible bricks easily visible.

have fun kids
jes00:
Cool.
Dr_Zegobob:
Thanks for the info, this might be helpful sometime in my builds.
Mold:

--- Code: ---%c=brickgroup_yourid.getcount();
for(%i=0;%i<%c;%i++)
{
    %b=brickgroup_yourid.getobject(%i);
    if(%b.getcolorid() == whateveristranscolorid)
    {
        %b.setcolor(1);%b.setrendering(0);
    }
}

--- End code ---
E: God that sucks to type on ipad ._.
Christopher P.:
nngghh why are people too lazy to turn rendering off
Navigation
Message Index
Next page

Go to full version