# Make movies invisible

**URL:** https://forum.kirupa.com/t/make-movies-invisible/273035
**Category:** Uncategorized
**Created:** [October 10, 2008, 1:17pm UTC](https://forum.kirupa.com/t/make-movies-invisible/273035 "2008-10-10T13:17:21Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ecarte](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/ecarte/32/467_2.png) [@ecarte](https://forum.kirupa.com/u/ecarte)
#### Post date: [October 10, 2008, 1:17pm UTC](https://forum.kirupa.com/t/make-movies-invisible/273035/1 "2008-10-10T13:17:21Z")

</div>

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:
