getTimer

I have a MC with a motion tween inside of it. At the end of the motion tween I have


stop();
if (getTimer()>=5000) {
	gotoAndPlay("stairs");
}

Why doesn’t this work? It does not wait 5seconds. The scope looks right as well so I’m stumped

Sandman9