is there a way for the camera to disable when mario tries to go back?

if there is, that would be great

https://flowlab.io/game/play/984068

Not without changing how the Camera works, the easiest option is to make a New object for the Camera.

In Mario:
2020.08.06-23.25_01

In the new Camera object:
(Also make sure the Camera object is set to to Movable and NOT Solid with NO gravity.)
2020.08.06-23.25

i did everything shown there but it makes mario invisible, how can i make anew object if a have a free account?

Oh, did you run out of objects?..

I’ll make a different solution later today.

@Mariofan2840, do this in Mario instead:

(Turn off both autoscolls in the camera behavior!)
2020.08.07-22.36
(The expression has: A-224)

that worked but this happened:
Screenshot 2020-08-09 at 10.53.34 AM
the camera is supposed to stop when it gets next to the wall

@Mariofan2840, Add another filter for “Less than 6688”:
2020.08.09-15.36

2020.08.09-15.36-2