Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: [flasher] 'tell tageting'
From: Ed Harvey
Date: Wed, 24 Jan 2001 13:34:13 -0000

> When loading moives you have to tell it what level the movie is to be
> placed
> on. Level 0 is the default level. If you don't specify what level the
> loaded
> movies are to be placed on than them will go on level 0 and the last movie
> will replace the existing on ( you can only have one movie per level).
>
> Once you have set the movies on levels ( ex: nav.swf level1,
> about_window.swf level2 and copy.swf on level3) you can use the level
> names
> to target MC's or variables in different movies.
>
>
> > on (press) {
> > loadMovie ("about_window.swf", 2);
> > }
> > on (press) {
> > loadMovie ("windows/about_window_copy.swf", 3);
> > }
> > on (release) {
> gotoAndPlay ("_level3.copy3")
> }
>
> I did this in flash4 and converted to Flash 5 in one of my projects. I
> hope
> this will help or get you going in the right direction.
>
> Ed
>
>



[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]