找回密码
 注册
【阿里云】2核2G云新老同享 99元/年,续费同价华为云精选云产品特惠做网站就用糖果主机Jtti,新加坡服务器,美国服务器,香港服务器
查看: 331|回复: 6

有看得懂AS的么?

[复制链接]
发表于 2007 年 3 月 18 日 10:47:06 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
帮偶把里面的注释改成中文的

/*------------------------------------------
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();
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
y
发表于 2007 年 3 月 18 日 10:51:54 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
pm winsock
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2007 年 3 月 18 日 11:09:32 | 显示全部楼层

回复 #2 y 的帖子

不知道在线不
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2007 年 3 月 18 日 11:16:16 | 显示全部楼层
我只知道你这个东西是从韩国下载的
或者是韩国人写的
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2007 年 3 月 18 日 11:41:23 | 显示全部楼层
这是一个导航栏吧?

不用改里面的东西,
他只是没有加上按钮活动

你在每个按钮上加上这么一句
GET URL就可以了
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2007 年 3 月 18 日 12:35:56 | 显示全部楼层
var textMenu = new Array("JEKUKFLASH", "MYHOME", "PORTFOLIO", "PROFILE", "GUEST", "LINKS");
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2007 年 3 月 18 日 13:04:23 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
不是这个意素了,偶是想把这个改成偶自己能用的

想改成中文滴
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2024 年 11 月 19 日 20:22 , Processed in 0.023864 second(s), 25 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表