Quote:
Originally Posted by cbk1994
... so it doesn't lag behind as you move? Unless I'm missing the entire point ...
|
Lag behind? What are you talking about? o.o;;
I did an effect just like this some time ago with a 2400x2400 png compressed down to 71KB (Aeko made that png) and I just did something like this..
PHP Code:
with(findimg(200)) {
image = "aeko-darkness.png";
x = player.x - 2400/32 + 1;
y = player.y - 2400/32 + 1;
layer = 3;
}