home *** CD-ROM | disk | FTP | other *** search
- if(this.showClientModule == false && this.showSoftwareModule == false)
- {
- this.modulHolder.bg._visible = true;
- if(this.low == false)
- {
- this.modulHolder.bg.play();
- }
- else
- {
- this.modulHolder.bg.gotoAndStop(13);
- }
- }
- if(this.isSmallVersion != false)
- {
- this.home.gotoAndStop(330);
- this.modulHolder.gotoAndPlay(450);
- this.gotoAndPlay(450);
- }
-