在线等,,求解释代码
_root.back._visible = false;
_root.container2.unloadMovie();
var efn = 0;
var scroll_count = 0;
_root.visual.img_container.unloadMovie();
clearInterval(gentleman);
for (i = 1; i - 1 < 20; i++)
{
_root["teaser" + i].unloadMovie();
} // end of for
//------------------------------------------------------------------------------------//
_root.text_mask.onEnterFrame = function ()
{
if (_root.text_mask._currentframe == 20)
{
i = 1;
gentleman = setInterval(function ()
{
duplicateMovieClip(_root.teaser, "teaser" + i, "40" + i);
_root["teaser" + i].id = i;
_root["teaser" + i].enabled = false;
_root["teaser" + i].onPress = function ()
{
_root.scroll_count = 0;
_root.back._visible = true;
_root.back.gotoAndStop(1);
_root.hl_illustration.gotoAndStop(2);
_root.visual.loader.gotoAndPlay(2);
_root.overview.overview_container.unloadMovie();
_root.overview_mirror.overview_container.unloadMovie();
for (i = 0; i < 20; i++)
{
_root["teaser" + i].gotoAndPlay(14);
_root["teaser" + i].enabled = true;
} // end of for
i = this.id;
this.gotoAndPlay(26);
_root.enlarge.gotoAndPlay(2);
this.enabled = false;
_root.visual.img_container.loadMovie("images/illustration/medium/medium_" + this.id + ".jpg");
_root.mirror.img_container.loadMovie("images/illustration/medium/medium_" + this.id + ".jpg");
_root.loadVariables("text/gallerie/illustration/project_info_" + this.id + ".html", "");
_root.scroll_count = 0;
_root.context.scroll = 0;
_root.enlarger.enabled = true;
_root.enlarger.gotoAndStop(2);
_root.enlarger.onPress = function ()
{
getURL("javascript:show(\'images/illustration/large/large_" + i + ".jpg\', \'Illustration " + i + "\', \'single\', \'large\');", "");
_root.enlarge.gotoAndStop(1);
};
};
_root["teaser" + i].combo.container_teaser.loadMovie("images/illustration/thumbnails/thumbnail_" + i + ".jpg");
_root["teaser" + i]._x = 997 - i++ * 45;
if (i == 18)
{
for (i = 0; i < 20; i++)
{
_root["teaser" + i].enabled = true;
} // end of for
clearInterval(gentleman);
} // end if
}, 200);
delete this.onEnterFrame;
} // end if
};