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