主题:  查一下这个源码的

d5j_5d

职务:普通成员
等级:2
金币:1.0
发贴:175
注册:2001/11/17 20:34:28
#12003/12/26 16:15:37
_focusrect = "high"
y = 0;
x = 0;
y1 = 0;
x1 = 1750;

这个代码代表什么意思呢?

版主呢..
怎么不出来.
出来.
出来...


安整源码:
// Action script...

// [Action in Frame 1]
getURL("FSCommand:showmenu", "false";
getURL("FSCommand:allowscale", "false";

// [Action in Frame 39]
byteloaded = _root.getBytesLoaded();
bytetotal = _root.getBytesTotal();
loaded = int(byteloaded / bytetotal * 100);
loading.gotoAndStop(loaded);

// [Action in Frame 40]
if (byteloaded == bytetotal)
{
gotoAndPlay(41);
}
else
{
gotoAndPlay(38);
} // end if

// [Action in Frame 41]
gotoAndPlay(42);

// [Action in Frame 42]
_focusrect = "high"
y = 0;
x = 0;
y1 = 0;
x1 = 1750;

// [Action in Frame 43]
setProperty("/down", _y, y);
setProperty("/up", _y, x);
yy = (y1 - y) / 5;
y = Number(y) + Number(yy);
xx = (x1 - x) / 5;
x = Number(x) + Number(xx);

// [Action in Frame 44]
gotoAndPlay(43);



第 五 ,精 彩 有 你...[img]http://www.mtv-1.com/images/d5j.gif[/img]

Mozier

职务:管理员
等级:5
金币:11.0
发贴:2994
注册:2004/1/12 17:26:30
#22003/12/27 0:31:44
初始化变量......