getTimer >> stall timeline

this doesn’t work…what’s wrong with it. i want to stall the timeline in an MC for 5 seconds.


now=getTimer();
if (now > 5000) {
	play();
} else {
	gotoAndPlay(_currentframe - 1);
}