PDA

View Full Version : Is thi done by Tell Target, how?!


Muttu30
04-12-2002, 04:14 PM
Hello all:

Here is the site:

http://www.pepworks.com/

1- click on News.
2- Click on Games.

you will notice that the movie News will start to unload and the new movie Games will load.

How is that done?

The unloading part of the News movie before loading the Games movie.

The Game movie doesn't just load, it waits for the News movie to go away and as soon as it's gone it starts to load.

How is that done?

are there any tutorials on this?

is this done by telltargets?
Variables?
How?!

Billy T
04-12-2002, 04:41 PM
this has been covered so you might find the answer with a search

basically you have an action on your buttons such as

on(release){
_level1.gotoAndPlay("exit");
_level0.next=portfolio.swf;
}

then in the last frame of the current content (which is on level1) you have an action such as

loadMovie(_level0.next,1);

cheers

Muttu30
04-12-2002, 07:45 PM
Thank you very much Billy.

I will try and search in here to see where it's been covered.

do you know of any tutorials online?!