Goto when action has been carried out

Hi,

how can I make a movie go to a next frame when an action has been completed?
I would like to make an actionscript tween like below, and when the tween has been completed, I want the movie to go to a next frame

stop();
textTween = new mx.transitions.Tween(tekstMC, “_y”, mx.transitions.easing.Regular.easeOut, 136.9, 600,1, true)
something like:“when action above has been carried out, gotoAndPlay(5);”;
thank you,
Jerryj