Adobe Flash CS3

Google in AdobeFlashCS3.pritea.com or WEB

Flash Timeline

By Piotr Podsiadly | Published 13/06/2007 | Creating and managing documents

Using absolute and relative target paths

You can use ActionScript to send messages from one timeline to another. The timeline that contains the action is called the controlling timeline, and the timeline that receives the action is called the target timeline. For example, there could be an action on the last frame of one timeline that tells another timeline to play. To refer to a target timeline, you must use a target path, which indicates the location of a movie clip in the display list.
The following example shows the hierarchy of a document named westCoast on level 0, which contains three movie clips: california, oregon, and washington. Each of these movie clips in turn contains two movie clips.

_level0
    westCoast
        california
        sanfrancisco
        bakersfield
    oregon
        portland
        ashland
    washington
        olympia
        ellensburg

As on a web server, each timeline in Flash can be addressed in two ways: with an absolute path or with a relative path. The absolute path of an instance is always a full path from a level name, regardless of which timeline calls the action; for example, the absolute path to the instance california is _level0.westCoast.california. A relative path is different when called from different locations; for example, the relative path to california from sanfrancisco is _parent, but from portland, it’s
_parent._parent.california.

Notice: You can download adobe software directly from adobe site. Adobe offers free Flash CS3 download after which You can purchase this product on their digital store. Adobe Flash CS3 Professional tutorials and simple examples are available on this site!