I am using four layers with different effects so that sprites look distinct according to the states they are in. They move in and out of different layers according to how the user interacts with them.
The problem is that I have a number of actions that update the camera position and every time I do this I have to add four actions, one for each layer.
It would be useful if I could have a single action affect the camera position in multiple layers (not all layers, I have some layers that do not move). Is this possible?