Apply tween to multiple objects

Hello everyone!

I’m struggling to tween these objects so that they form a line along the center of the oval. Could anyone lend a hand? I would really appreciate any help or advice!

Thanks so much!

Like this:

Will there always be 4 objects?

1 Like

yes @Keith_1357 :grin: By the way you helped me with this before with the diagonal tweens and it helped a lot. I don’t know how to apply that in this though :sob:

1 Like

There are so many ways to do things. I think lerp() would work well. It uses a number variable called Counter. You’ll probably need to play with it. 100 is the distance from the top and bottom. My Ball object had a center origin point. For each object uses the order objects are placed, So, you might need to rearrange them. If they don’t move in the right order. I placed them form top to bottom.

lerp() works sort of like a ratio or percentage from the 1st number to the 2nd using the 3rd number.

There’s probably a better explanation for lerp but I’m tired.

Make sure Counter is 0 before it starts.

Thank you for this @Keith_1357 ! Rest well :smiling_face:

1 Like