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
Exhibition - Animated Background Layers
This tutorial is a mirror of an article from my personal blog found here: https://www.caskeys.com/dc/openbor-animated-background-layers Introduction On the surface, OpenBOR does not natively support animated background layers. What it does...