Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
The code is very simple. We give this movieclip a new class function called checkPath. To make sure that the path is checked all the time we add an onEnterFrame function. Then we ask whether a path is defined, which has _root.movieHolder._url in it. If the movie is alone or a level1 movie, this path does not exist and then the parent root is its own root. Otherwise the parent root is different and starts with the level of the parent movie (0) over the empty movieclip (movieHolder), which is now the root for the child movie. And this is all what it is about.
Important: When you use the pathcorrector component, all objects directly on the stage should not have _root in front. It is not necessary in any case to do that. Unfortunately, there is a habbit to do it, which has been also enforced by Macromedia and is in my opinion not correct, because objects on the stage are automatically located at the root. If you do that when you use the component, the component won´t work. Test it out by yourself with one of the objects, which I made invisible. Now to complete the lesson have a look at the rest of the code in child movie 1 and 2.