O Ilusionista
Captain 100K
Ah... its anallyst version. (and if you read the coments on that repo, you will understand why I am sayin "ah...")
@lanyer @Thistlebrew "changefglayerproperty" isn't on the official branch - you need to use "changelayerproperty"
So you would need to change this:
To this:
You can read more about this here
www.chronocrash.com
@lanyer @Thistlebrew "changefglayerproperty" isn't on the official branch - you need to use "changelayerproperty"
So you would need to change this:
C-like:
changefglayerproperty(0,"enabled", 0);
To this:
C-like:
changelayerproperty("fglayer", 0, "enabled", 0);
You can read more about this here
Tutorial - Animated Background Layers
OpenBOR does not natively support animated background layers. Or does it? The neon feature, palette cycling, auto scroll, and water transform can all be combined to create some pretty impressive looking effects, albeit not true animation. For...
