Quote:
Originally Posted by Mark Sir Link
how does one go about doing that since setting x < 0 doesn't seem to work?
|
On layers < 4 you can just move it outside the screen, but what I found out just now while trying this is that this is not true for layer 4.
I don't know how it works but increasing clippingbox to
PHP Code:
clippingbox = {-512, -512, -512, 512, 512, 512};
seems to have fixed it.
I tried some other methods for moving the particles outside the screen but none of them worked.