Need help to create vertical or horizontal motion (non circular)

Very nice …

thx for your answer. just another question. is there a way to loop an object ? i have a nice fish tank watchface with some bubbles in the center. how to loop the bubbles that way that there is no break in it?
thats the watchface i am talking about:

i used this formula for the bubbles:
(((#DWFSS#/-360)*696)+450)
kind regards
Rico

I have used a different approach for the bubbles. You can find my soloution at anj‍ - Vegas -2- High Roller - watch face for Apple Watch, Samsung Gear S3, Huawei Watch, and more - Facer. I broke an animated gif in frames and made them transparent.

Transparency: $(#Dsm#-#Ds#)>=0&&(#Dsm#-#Ds#)<0.125?100:0$
Y-Position changing: ((80+(#DWFMS#)*0.3))

Hope that helps a bit…
Cheers

1 Like