New Layers Follow Camera

I created a new layer to have a bloom effect on certain objects but the objects in that new layer seem to move with the camera that’s following the player. How do I make the new layer stop following the camera?

I would recommend you to open the platformer example. The camera follows the player, and the score follows the camera, while other objects don’t move.

I think you are missunderstanding cameras. Cameras are per layer, there is not one camera. If you move the camera you alyways have to chose for which layer. If you want to move the camera on multiple layers use the action 2 times on the two layers.

1 Like

Well that makes since for why my objects looked like they were fixed to the screen, thanks for the info.