home *** CD-ROM | disk | FTP | other *** search
- if(_root.menuLabel != "")
- {
- _level1._root.captionMovie.caption.caption = ":: " + _root.menuLabel + " :: " + _root.menuSubLabel + " ::";
- }
- else if(_root.menuLabel == "" and _root.menuSubLabel == "")
- {
- _level1._root.captionMovie.caption.caption = "";
- gotoAndPlay(10);
- }
- else
- {
- _level1._root.captionMovie.caption.caption = ":: " + _root.menuSubLabel + " ::";
- }
-