The first animation and my first mistakes

Hello, today I was the first to learn about the wonderful program Synfig, but I have a problem with linking two objects, the result shows the error “one object has a vector type and the other type is real”, I do not know what to do, maybe I did something wrong. (

Hello and welcome, Carvatak.

As error message says, you are trying to link two different values of different value types, and that isn’t possible.

By vector, it could a (2D) point, for example. By real, it means a real number, in the mathematical meaning.
You should link a vector to a vector or a real to a real. If you want a vector component (like X or Y-axis) to a real parameter, you must do it explicitly.

Could you detail what are you trying to link together?