|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
帮偶把里面的注释改成中文的
/*------------------------------------------
Made in kissyweb
E-mail : jekuk@jekuk.com, kissyweb@orgio.net
-------------------------------------------*/
var x_pos;
var y_pos;
var xx = true;
//后 公厚努赋 父甸扁
_root.createEmptyMovieClip("free", 0);
// 皋春蔼 瘤沥窍扁.
var textMenu = new Array("JEKUKFLASH", "MYHOME", "PORTFOLIO", "PROFILE", "GUEST", "LINKS");
var text_xpos = new Array(110, 146, 220, 310, 370); // 困摹棱酒林绰镑.
// 公厚甫 肺靛 且锭 角青.
_root.onLoad = function() {
move_Stop();
show_Text(textMenu[0]);
};
//臂磊 棺 急 父甸扁
function show_Text(haha) {
for(i=0;i<haha.length;i++) {
m = haha.substr(i,1);
this.attachMovie(m, "text_view"+i, i+1); // 臂磊甫 扼捞宏矾府俊辑 汗荤.
this["text_view"+i]._x = random(400)+80; // 臂磊狼 困摹甫 罚待窍霸 棱酒淋.
this["text_view"+i]._y = random(250)+90;
text_Move(i);
}
for(j=0; j<haha.length-1; j++) {
this.attachMovie("lines", "lines"+j, j+20); // 扼牢俊 嘎霸 扼牢阑 汗荤窃.
this["lines"+j]._x = -200;
line(j, j+1);
}
for(k=haha.length; k<10; k++) {
this["text_view"+k].removeMovieClip(); // 鞘夸绝绰 臂磊唱 扼牢阑 绝局淋.
this["lines"+(k-1)].removeMovieClip();
}
};
// 急 凯搬窍扁.
function line(nex, pre) {
_root["lines"+nex].onEnterFrame = function(){ // 臂磊埃 扼牢阑 捞绢淋.
this._x=_root["text_view"+nex]._x;
this._y=_root["text_view"+nex]._y;
this._xscale=_root["text_view"+pre]._x-_root["text_view"+nex]._x;
this._yscale=_root["text_view"+pre]._y-_root["text_view"+nex]._y;
}
};
// 臂磊甸 磊悼栏肺 框流捞扁.
function text_Move (no) {
_root["x_pos"+no] = random(400)+80;
_root["y_pos"+no] = random(250)+90;
_root["text_view"+no].onEnterFrame = function() {
if(_root.xx == true) {
this._x +=(_root["x_pos"+no] - this._x)*0.05;
this._y +=(_root["y_pos"+no] - this._y)*0.05;
if(this._x1 == this._x) {
_root["x_pos"+no] = random(400)+80;
_root["y_pos"+no] = random(250)+90;
}
this._x1 = this._x;
} else {
for(i=0; i<10; i++) {
_root["text_view"+i]._x += (text_xpos[xpos]+(20*(i-start_no))-_root["text_view"+i]._x)*0.05;
_root["text_view"+i]._y += (100-_root["text_view"+i]._y)*0.2;
}
}
}
};
//滚瓢 坷滚沁阑 锭 第笼洒扁.
function menu_Change(no) {
for(i=1; i<=5; i++) {
if( i == no) {
_root["menu"+i].onEnterFrame = function() {
this.nextFrame();
}
} else {
_root["menu"+i].onEnterFrame = function() {
this.prevFrame();
}
}
}
_root.xpos = no-1;
};
// 霉锅掳 滚瓢
_root.buttons1.onRollOver = function() {
show_Text(textMenu[1]);
_root.xx = false;
menu_Change(1);
}
_root.buttons1.onRollOut = function() {
move_Stop()
_root.xx = true;
};
// 滴锅掳 滚瓢
_root.buttons2.onRollOver = function() {
show_Text(textMenu[2]);
_root.xx = false;
menu_Change(2);
}
_root.buttons2.onRollOut = function() {
move_Stop()
_root.xx = true;
};
// 技锅掳 滚瓢
_root.buttons3.onRollOver = function() {
show_Text(textMenu[3]);
_root.xx = false;
menu_Change(3);
}
_root.buttons3.onRollOut = function() {
move_Stop()
_root.xx = true;
};
// 匙锅掳 滚瓢
_root.buttons4.onRollOver = function() {
show_Text(textMenu[4]);
_root.xx = false;
menu_Change(4);
}
_root.buttons4.onRollOut = function() {
move_Stop()
_root.xx = true;
};
// 促几锅掳 滚瓢
_root.buttons5.onRollOver = function() {
show_Text(textMenu[5]);
_root.xx = false;
menu_Change(5);
}
_root.buttons5.onRollOut = function() {
move_Stop()
_root.xx = true;
};
stop(); |
|