Hi everyone!
I'm new with the construct2. So probably my question will seem rather silly but...
I have 15 layers, 3 bottomlayers are visible from the beginning.
I need to make the layers from 4 visible one by one.
When player has accomplished his task on one layer the following becomes visible. and so on.
when the last layer ends the game ends too.
I use families of objects. On each layer I have the same set of families, but differen objects from the family.
I need to activate only the objects which are on the layer which is visible at the moment.
So my guess that I have to operate via:
System -> set layer visible.
But I need then to apply the math formula which will set layers visible consiquently from 4-15. From this point I'm lost...
Could anyone give a hint?
Thanks in advance!