non riesco a capire come usarla

ho provato così, ma non so usare le callback()

onClipEvent(enterFrame) {

this._y.easeOutQuad(100,300,100,2000);

Math.easeOutQuad = function (t, b, c, d) {
return -c *(t/=d)*(t-2) + b;
};
}

tu come la useresti?