home *** CD-ROM | disk | FTP | other *** search
- if(_root.whatToDo != "de" and _root.whatToDo != "en" and _root.whatToDo != "hr")
- {
- theNewAction = _root.whatToDo.slice(0,6);
- if(theNewAction == "home")
- {
- _root.contentHider.hider.gotoAndStop("showMisc");
- _root.setBackGround("home");
- }
- else if(theNewAction == "volume")
- {
- _root.setBackGround("none");
- }
- else if(theNewAction != "no")
- {
- _root.setBackGround("misc");
- }
- }
- if(_root.isSet != _root.toSet)
- {
- stop();
- }
-