| 首页 | 新闻 | 网页 | 设计 | 色彩 | 原创 | 视觉 | 素材 | 动漫 | 酷站 | 策划 | 文案 | 访谈 | 运营 | 编程 | 数据库 | 服务器 | 下载 | 图库 | 
您的位置: 幽幽天空 > 网页 > 网页制作 > Flash教程 > ActionScript教程 > 文章正文 用户登录
没有相关文章

show出你的内容           

show出你的内容

作者:LH8 来源:闪吧 更新:2005-8-27 12:19:15 错误报告 我要投稿

效果是仿别人,但代码绝对是自己的! 


 点击浏览该文件


 点击浏览该文件


http://www.flash8.net/bbs/uppic/2005-7/2005729181856767.swf


txt_mc._visible = false;
var banner:String = "welcome to www.lh8.wapjh.com";
function effect(target:MovieClip, banner:String, nn:Number) {
var num = banner.length;
for (var i = 0; i<num; i++) {
duplicateMovieClip(target, "mc"+i, i);
new_mc = this["mc"+i];
new_mc._visible = false;
new_mc._x = target._x+i*10;
do {
new_mc.txt_num = banner.charCodeAt(i);
new_mc.num_num = 48+random(74);
} while (new_mc.txt_num == new_mc.num_num);
new_mc.n_num = new_mc.txt_num>new_mc.num_num ? +1 : -1;
new_mc.i = i;
new_mc.n = 0;
new_mc.t = getTimer();
new_mc.onEnterFrame = function() {
this.t_mc._visible = false;
if (getTimer()>this.i*nn+this.t) {
this._visible = true;
this.num_num += this.n_num;
this.txt.text = chr(this.num_num);
if (this.txt_num == this.num_num) {
delete this.onEnterFrame;
}
this.n++;
duplicateMovieClip(this.t_mc, "txt"+this.n+this.i*1000, this.i*1000-this.n);
n_mc = this["txt"+this.n+this.i*1000];
n_mc.num_num = this.num_num;
n_mc.txt.text = chr(this.num_num);
n_mc.onEnterFrame = function() {
this._alpha -= 7;
this._xscale = this._yscale += 10;
if (this._alpha<5) {
removeMovieClip(this);
}
};
}
};
}
}
effect(txt_mc, banner, 100);
文章录入:skyuu    责任编辑:skyuu 
  • 上一篇文章:

  • 下一篇文章:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
    发表评论:
    姓名:  评 分: 1分 2分 3分 4分 5分
     
  • 严禁发表危害国家安全、政治、黄色淫秽等内容的评论。
  • 用户需对自己在使用幽幽天空服务过程中的行为承担法律责任。
  • 本站管理员有权保留或删除评论内容。
  • 评论内容只代表机友个人观点,与本网站立场无关。