Quote:
Originally Posted by Crow
Already possible with images. Example code I used to get the effect:
PHP Code:
with (findImg(200)) {
x = y = 256;
layer = 5;
polygon = { 256, 256, 288, 256, 288, 288, 256, 288 };
image = "stone.png";
red = green = blue = 0;
alpha = 0.5;
}
|
ah yes, Crow the lazy one.
