Timer/interval

Hi everyone
So i am working on a little project for school(psychology) and I need to know if it’s possible to put a timer of 2 sec before it goes to frame 10 on this script. I am really not an expect in actionscript so I need some help from a flash guru.

if (Number(Faceup)==1) {
   **timer2sec  **gotoAndStop(10);
    tellTarget (/:FirstClick) {
        **timer2sec **gotoAndStop(10);
    }
}

}