Quote:
Originally Posted by cbkbud
Why will people do something like
PHP Code:
with( findimg( 200 ) )
{
image = "block.png";
x = 10;
y = 20;
}
instead of just
PHP Code:
showimg( "block.png", 10, 20 );
|
I think he did it to avoid having to use changeimgvis and changeimgcolors?