paper plane fly trough field where do i start

hello
for school we need a paper plane object fly trough a field.

we need to place object by ourself wich attract the paper airplane to it fly’s its right path.
but how do i do that.
I already have a script that instantiates the objects that need to pull the plane.

But i dont know how to make a script that pulls the plane towards that object.

can someone help me?

someone?

Create an animation of the paper plane object of it flying through a terrain.
Simple.

If it should only be played once the script in JS would be something like :

function Start () {
    animation.Play("ANIMATION NAME");
}

Hope that helps. If this was the answer you were looking for mark this reply as an answer.