Animation

hello

how come the animation changes position a little bit every time you start a new loop but when the entire series of loops has been completed and you start again it runs correctly.

pos(350,150) puts the edge of the circle 350 from the left and the top 150 from the top. Whereas animating to an x of 350 puts the registration point of the circle which is the center at an x of 350 and the center at a y of 350. If you loc(350,150) to start rather than pos, then you will be good. Or use relative values for animation "200" will move 200 from where it is.

1 Like