If the triangle is an already moving actor I can help you easy. Make a background actor with these rules : -When this is created -> Repeat every 0.01 Second -> Follow this with the camera. *another Rules* -When Drag begins -> Disable behavior - Stop Moving. *Another Rules* -When Drag ends -> Enable behavior - Stop Moving. Next step add "Drag" and "Stop Moving (lvl 9999)" for the Dynamic thing.
Set the Drag level As you want with the "Speed Limit" AND THE MOST IMPORTANT PART: Add a tag <ur_tag1>
Make an invisible actor for the camera Drag limit (Add tag <ur_tag2>) (MAKE BOTH SIDES WITH DIFFERENT TAGS)
And in the camera: add this rule:
-When this is collides with tag: <ur_tag2> -
Modify layout xPosition to 0.056 (Relative)
Make this with the another side but -0.056 xPos(Relative)
And of Everything is good, it's should work😁👍