home *** CD-ROM | disk | FTP | other *** search
/ T-Online 6 / T-Online.iso / Animation / content / intro / intro.swf / scripts / frame_330 / DoAction.as
Encoding:
Text File  |  2005-10-20  |  395 b   |  19 lines

  1. if(this.showClientModule == false && this.showSoftwareModule == false)
  2. {
  3.    this.modulHolder.bg._visible = true;
  4.    if(this.low == false)
  5.    {
  6.       this.modulHolder.bg.play();
  7.    }
  8.    else
  9.    {
  10.       this.modulHolder.bg.gotoAndStop(13);
  11.    }
  12. }
  13. if(this.isSmallVersion != false)
  14. {
  15.    this.home.gotoAndStop(330);
  16.    this.modulHolder.gotoAndPlay(450);
  17.    this.gotoAndPlay(450);
  18. }
  19.