home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / index.swf / scripts / DefineSprite_45 / frame_12 / DoAction.as
Encoding:
Text File  |  2003-06-08  |  488 b   |  22 lines

  1. if(_root.whatToDo != "de" and _root.whatToDo != "en" and _root.whatToDo != "hr")
  2. {
  3.    theNewAction = _root.whatToDo.slice(0,6);
  4.    if(theNewAction == "home")
  5.    {
  6.       _root.contentHider.hider.gotoAndStop("showMisc");
  7.       _root.setBackGround("home");
  8.    }
  9.    else if(theNewAction == "volume")
  10.    {
  11.       _root.setBackGround("none");
  12.    }
  13.    else if(theNewAction != "no")
  14.    {
  15.       _root.setBackGround("misc");
  16.    }
  17. }
  18. if(_root.isSet != _root.toSet)
  19. {
  20.    stop();
  21. }
  22.