Scrolling Image Help

Trying to animate an image that scrolls across the screen. Trying to figure out the expression for this. I have it so it scrolls but it starts partially on the watch. I’ve tried adjusting numbers. But not sure if I’m doing it wrong. This is what I have for an expression:
$(-102+650)/360$$#DWFSS#

Thanks!
Melissa

1 Like
2 Likes

That is kind of what I’m going for but just one image to scroll onto the screen and off.

1 Like

For example, like this

(387*(((0.18)*#DWE#)-(floor((0.18)*#DWE#))))
2 Likes

Yes but with that when it starts over part of the image pops on the screen.

Here is the watch face I made for my Fitbit. This is what I’d like the image to do. It scrolls on and off. But it keeps wanting to pop on halfway through the image on the facer watch face I am working on.

Thanks so much!
Mel

1 Like

You need to change this formula, depending on the width of your image and the speed at which the image moves. Try changing the number 387. You can also add something to this formula, if necessary.

(X+(X*(((0.18)*#DWE#)-(floor((0.18)*#DWE#)))))
3 Likes

That works brilliantly thanks lucky.andrei :+1:
I played around with the numbers a little, (0+(380*(((0.12)#DWE#)-(floor((0.12)#DWE#))))), but how can I make it scroll at a different angle please, something like from 7:30 up diagonally to 2:30?

2 Likes

For examples in Y Positions

(0+(320*(((-0.12)*#DWE#)-(floor((-0.12)*#DWE#)))))
3 Likes

Awesome, works like a charm thank you lucky.andrei Sir…
(Now all I need is that Text displayed correctly in the Minute Hand :grin:)

If anyone wants to use any of this, Inspection Mode should be on :sunglasses:

3 Likes