home *** CD-ROM | disk | FTP | other *** search
- if(this.showClientModule == true)
- {
- btn2.label.text = modul0.btn.label.text;
- h2.headline.text = modul0.headline.text;
- btn2.rect1._visible = false;
- modul0.btn.onEnable();
- if(showSoftwareModule == false)
- {
- modul0.background._visible = false;
- bg0.gotoAndStop(2);
- bg._visible = true;
- if(this._parent.low == true)
- {
- bg.gotoAndStop(13);
- }
- }
- }
- else
- {
- bg0._visible = false;
- btn2._visible = false;
- btn2.gotoAndStop(1);
- h2._visible = false;
- modul0._visible = false;
- }
-