Uncouple a timeline from a object?

Hi,

in the example: when you tap the blue circle a green square shows up. when I tap the blue point again a red square shows up. But when I move the green square first and then tap the blue the circle the green square moves bach to its first position. How can I prevent the green square from doing this? Is there something like remove timeline?

Dion.

uncouple object.hype.zip (14.8 KB)

insert a gap between those three animations and place stopping at the beginning of each …
the timeline is just continued at the frame where everything is in place in your example

Or separate the animations onto different timelines and have them triggered by a single timeline that the button calls

uncouple object vMH.hype.zip (15.6 KB)

Thank you gentlemen. I’ll see what solution is best for my project.