How do I make a movie stop for a while

I am trying to stop a movie at a certain point without just putting a zillion of static frames. I am using this but it wont wrok. Any Ideas?

for (i=0; i<10000; i++) {
	stop();
}
gotoAndPlay(36);