Okay so I tried the code, but now Tony's Box moves a little on a key pressed, but my sprite stays where he is and the camera kind of just jerks. The Tony's box has the platform behavior added to it, so I added a second invisible sprite that had the scroll to behavior added to it instead, then set it's position to Tony's Box with the lerp, but it's still not working! The sprites are just floating in the air and I can't control anything! Here's all of the code:
Every tick: Tony: set position to Tony's Box. Then in another event, Every tick: Camera: set position to Tony's Box with the Lerp.
The camera is the only object with the scroll to behavior. What am I doing wrong? Thank you so much for the trouble!