I am going to create an in-game menu in the form of a separate layer so on start of layout, set layer invisible then on pressing the 'pause' button, set layer visible etc etc
However, instead of having to recreate the same layer and all the objects that go with it, over and over again for all of my levels, is it possible to give the one layer a name and call it to the front of the current layout?
Or if I am going about this in completely the wrong way, can anyone give me any suggestions please?