Next youll want to insert the following script:
_root.instancename._visible=false;
where instancename is the name of one of the many movie clips that we arranged on the stage to dress the doll in the last lesson. _visible is a movie clip property that toggles the clips visibility; if _visible=true, then the clip is visible. If _visible=false, then the clip is invisible.
Youll need to repeat this on multiple lines, changing only the instance name on each line, until youve set all of the symbols layered over the girl to be invisible at the start of the movie. We only want them to appear when we click on the menu options to load them.


