home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / index.swf / scripts / DefineSprite_41 / frame_2 / DoAction.as
Encoding:
Text File  |  2003-06-08  |  383 b   |  14 lines

  1. if(_root.menuLabel != "")
  2. {
  3.    _level1._root.captionMovie.caption.caption = ":: " + _root.menuLabel + " :: " + _root.menuSubLabel + " ::";
  4. }
  5. else if(_root.menuLabel == "" and _root.menuSubLabel == "")
  6. {
  7.    _level1._root.captionMovie.caption.caption = "";
  8.    gotoAndPlay(10);
  9. }
  10. else
  11. {
  12.    _level1._root.captionMovie.caption.caption = ":: " + _root.menuSubLabel + " ::";
  13. }
  14.