home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Demo / elearn / Chimie / interfata.swf / scripts / DefineSprite_288 / frame_1 / DoAction.as
Text File  |  2004-05-12  |  213b  |  13 lines

  1. this.arata = function(instNr)
  2. {
  3.    nrInst = 4;
  4.    var i = 1;
  5.    while(i <= nrInst)
  6.    {
  7.       this["thi" + i]._visible = false;
  8.       i++;
  9.    }
  10.    this["thi" + instNr]._visible = true;
  11. };
  12. this.stop();
  13.