Mowing objects

Hello Peter,

cuold you please help me to discover how to make an object to be moved around another object by each 5 sek.

Thanks
Marcin

Hi Marcin,

You can use Tag Expression to achieve this goal.

As an example, you can write the following Tag Expression in Rotate > Angle:
[s]%5==0?[s]*6:([s] - [s]%5)*6

Here, the angle of the object is changed in every 5 seconds, that’s why [s]%5 is used.

Thank you,
Jakia

Hi Jakia

Thank You so much.

Best regards
Marcin