PDA

View Full Version : Variables across movieclips...



Jaycee24
October 14th, 2002, 11:25 AM
Hello!, this is my 1st post here.

I have a movie which is made up:


Level0= my interface layout with buttons

Level1= the different sections of the site, are loaded into this level (eg. home.swf, aboutus.swf etc.)

Because each of these sections has both an 'in' and 'out' transition, i want to use variables (on the buttons) to control these external movies that are loaded into the main movie (im even starting to confuse myself :cyclops:

basically in a nutshell... can you use buttons which control a movie ,which has been loaded at another layer, using variables....

if so ... how ?

:rambo: Thanks very much !!

pom
October 15th, 2002, 02:39 AM
Welcome,

Well, yes, you have to put _level0 in front (or _levelN, depending on which level you want to talk to).

pom :)