Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Targetting a container in another layer

Status
Not open for further replies.

ueberbill

Programmer
Aug 22, 2000
21
US
What's the code to target a container within another layer?
Say my main movie loads another movie into level1. The level1 movie has a container and loads yet another movie into it (let's call it container1). The movie in container1 contains a variable that the main movie in layer0 wants to use. How do I get to it?
Thanks,
Bill
 
This is the format calling from _level0:

_level1/Container1:variable


First the level, then the movieclip that contains the variable and finally : and the variable.

Good luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top