so I have menu.swf that uses loadClip to bring in data.swf
Depending on what button is pressed I want menu to read menuHeight = 4600; from data.swf
in data swf I declare the var as _root.menuHeight = 4600;
and in menu.swf I try to read it as normal. menuHeight.
Shouldnt this work since the _root. of data.swf is the _root. of menu.swf?