Pausing scrolling text

Hello All!

i am working on a project where i have to make text scroll upwards but pauses for 3 sec when the text reaches the center of the stage and moves upwards and the same applies to the rest of the text.

I have been able to make the texts scroll upwards but have not been able to stop it when it reaches the cente. could anyone please help me out here?

this is the code that makes the stage move upwards thus creating the impression that the code is moving upwards:

_root.onEnterFrame=function()

{

this._y+=-10;

}

So what i want is for the stage to kind of pause at some point when the text is at the centre of the stage

thanx
korkor5