Custom Easing tool by laco

I am using this tool but I don’t completely understand.
I am trying to move a mc to a position and after that move it to a second position after a few seconds. The first works:

my_mc.tween("_x",400,1,“easeOutElastic”);

But then? Something like onTweenEnd or something?

Can someone please help me with this?

TIA