I searched this forum to no avail for an answer. I am hoping a good soul will help me please. I am very new to game development.
WHAT IS THE GAME ABOUT:
The game premise is to create a graphic/art from predefined elements on the menu (there is not much movement to the game i.e. not a runner game). Each level starts with one object the player needs to “customise” and they will have defined objects/graphical elements to use from the menu, around 200 different sprites for graphics that player can choose from. Also they can win more to be added to the menu in the next level.
WHAT I AM TRYING TO DO:
I am trying to make the menu collapse when you press an arrow button and centre everything on all layers (60 layers, 200+ objects)
I TRIED
I tried camera move (“centre camera on”), but seems I can only do it for one layer (my game has 60 layers).
Is there a way to move the camera for all layers or do I need to create events for all my layers?
Or maybe I am approaching this in a completely wrong way?
Thank you for any help and wisdom.