Make movies invisible

Hi I am very new to Flash

I have some movies named p1,p2,p3 etc and need to make them invisible at the start of the main movie.

I have put this in the root but it is not working.

if(i=0;i<20,i++){
movie.pi._visible=0;
}

What am I not doing right.

Thanx for any help::puzzle: