Ok so I added a new layer on top of the game itself on each level instead of adding new layout which is logic.
Problem is that I want to make all other layers invisible while layer story is visible. With click they should all toggle.
I have different layers for levels though, so I want to use their names for visibility instead of their numbers to make it dynamic.
How to use layer's name in the 'set visible' action?
Update: Thanks for your help guys, now it works perfect!