-
Continuously Scrolling Image Expression
I have an image that is wider than my composition and have made an expression that scrolls the image horizontally. Eventually I want the image to loop continuously with the right edge of the first instance of the image always butting up to the left edge of the next instance.
Right now, the first image will track across the screen as needed followed by the next image. Unfortunately, I don’t know how to make this action continuously loop using only two copies of the original image.
the end result should be that of a continuously scrolling (almost marquee-like) image.
Here is the expression being used for the first image:
xPos= time * -200 ;
yPos = position[1] ;
[ xPos , yPos ]Any suggestions would be appreciated.