home *** CD-ROM | disk | FTP | other *** search
- if(this.showSoftwareModule == true)
- {
- btn1.label.text = modul1.btn.label.text;
- h1.headline.text = modul1.headline.text;
- }
- else
- {
- bg1._visible = false;
- btn1._visible = false;
- btn1.gotoAndStop(1);
- h1._visible = false;
- modul1._visible = false;
- }
- if(this.showClientModule == true)
- {
- btn2.label.text = modul0.btn.label.text;
- h2.headline.text = modul0.headline.text;
- }
- else
- {
- bg0._visible = false;
- btn2._visible = false;
- btn2.gotoAndStop(1);
- h2._visible = false;
- modul0._visible = false;
- }
-