How can i implement Reverse From End (timeline) in my code?

Hi,

I’m trying to make the classic platform that moves from A to B using this code (basically a timeline that uses the current position to move) but i dont know how to use the Reverse From End (yeah i’ve watched some tutorials).

My idea is to create another BP (Box collision as trigger) to activate the Reverse when the platform calls the BeginOverlap event, but i dont know what nodes i need.

You don’t need tick and a timeline. A timeline IS tick.

Classic back and forth platform would be

Hi!

Thanks for the answer, i was using the tick to print the current position, but thanks for the help!

You were also updating the position with the tick, which was screwing it up :wink:

1 Like