cyndibrown
January 18th, 2003, 08:22 AM
Hello~
My functioning navigation bar is called like this:
_root.attachMovie("navigation_cb", "navigation_mc", 100000);
I want to have dynamic text on the navigation bar that I can change\controll on different frames, so I added a dynamic text box inside the navigation movie clip. On the frame (in the main time line) that I want the text in the dynamic text box to change, I have this:
_level100000.navigation_mc.mainTxt2.text = "Introduction";
//where mainTxt2 is the var name of the dynamic text box...
//no luck however...not working
if the dynamic text box needs to live at _root, (taken out of the navigation_mc) then how do I get it to appear above level100000??
thanks,
cyndi
My functioning navigation bar is called like this:
_root.attachMovie("navigation_cb", "navigation_mc", 100000);
I want to have dynamic text on the navigation bar that I can change\controll on different frames, so I added a dynamic text box inside the navigation movie clip. On the frame (in the main time line) that I want the text in the dynamic text box to change, I have this:
_level100000.navigation_mc.mainTxt2.text = "Introduction";
//where mainTxt2 is the var name of the dynamic text box...
//no luck however...not working
if the dynamic text box needs to live at _root, (taken out of the navigation_mc) then how do I get it to appear above level100000??
thanks,
cyndi