我是个新手.请哪位高手给我解析下面这段代码,要一语句一代码..尽量详细..

来源:百度知道 编辑:UC知道 时间:2024/06/18 13:16:34
the_mc.setMask(mask_mc);
scroll_mc.scroll_bar.onPress = function ()
{
if (the_mc._height - mask_mc._height > 0)
{
this.startDrag(false,this._x,scroll_mc.scroll_bg._y,this._x,scroll_mc.scroll_bg._height-this._height);
this.mouseListener = new Object();
this.mouseListener.onMouseMove = function ()
{
if (scroll_mc.scroll_bar._y < 10)
{
if (the_mc._currentframe == 1)
{
the_mc.gotoAndPlay(2);
} // end if
}
else if (scroll_mc.scroll_bar._y > 100)
{
if (the_mc._currentframe > 1)
{
the_mc.gotoAndStop(1);
} // end if
} // end else if
var _loc1 = the_mc._height - mask_mc._height;
var _loc2 = scroll_

是as2.0 不懂 要是3.0还能瞅瞅、、

。。。虽然我也不知道这什么意思。。但这不是C++
scroll_mc.scroll_bar.onPress = function ()
C++ 没有这种东西。。好像是一个函数。。

。。。。。。。。。C++啊?没学过

看着是数据库吧,不过不知道是哪种啊