-
Horizontal scroll from specific starting position
Hello everyone!
I’m trying to automate scroll of many objects on an horizontal axis, from left to right, and then disappear. The point is that the start position is important to alignment (manual repositioning).
I used the following expression without success.
xPos= (time * 150)-175 ;
yPos = position[1] ;
[ xPos , yPos ]But with this, all my objects start at the same point and also movement is always related to global time which is not good if I want one object to follow another one on an horizontal scroll line.
Any ideas?