Movie clip path problem

OK frame 1 new fla and I type the following code:

[AS]createEmptyMovieClip(“clip1”,0);
clip1.createEmptyMovieClip(“clip2”,1);[/AS]

I have tried over and over again to get this to work but it won’t! I want to create an empty MC and then create anoth MC within the first!

Thanks