3:在第...">
论坛交流
首页办公自动化| 网页制作| 平面设计| 动画制作| 数据库开发| 程序设计| 全部视频教程
应用视频: Windows | Word2007 | Excel2007 | PowerPoint2007 | Dreamweaver 8 | Fireworks 8 | Flash 8 | Photoshop cs | CorelDraw 12
编程视频: C语言视频教程 | HTML | Div+Css布局 | Javascript | Access数据库 | Asp | Sql Server数据库Asp.net  | Flash AS
当前位置 > 文字教程 > Flash教程
Tag:flash cs,flash 8,鼠绘,as,手绘,工具,文字,loading,入门,初学,mc,影片剪辑,声音,mtv,游戏,引导,遮罩,菜单,补间,广告条,时钟,视频教程

冒烟的效果(AS应用)

文章类别:Flash | 发表日期:2008-9-21 19:20:33

   点击浏览该文件
点击浏览该文件
简单的步骤:
1:打开FLASH(废话)。
2:新建一MC,在里面画一个这样的东西,叫mc.
按此在新窗口浏览图片
3:在第一帧输入AS:
radius = 80;
perspective = 350;
de = 1;
_quality = "LOW"; function go () {
nowy = _root.attachMovie("dot", "dx", de++);
nowy.x = random(50) + 200;
nowy._y = 330;
nowy.degrees = de;
nowy.onEnterFrame = function () {
this.angle = (this.degrees * Math.PI) / 180;
this.degrees +=6;
this.zposition = radius * Math.sin(this.angle);
this.distance = 1 / (1 - (this.zposition / perspective));
this._x = this.x + ((radius * Math.cos(this.angle)) * this.distance);
this._y -=4;
this._rotation +=this.angle;
this._xscale = this._yscale -=.5;
this._alpha--;
if (this._alpha < 0) this.removeMovieClip();
};
}; setInterval(go, 20);
4:ctrl+回车,OK了
上一篇:{应用}爆炸效果 人气:1726
下一篇:{应用}百叶窗效果(多图) 人气:3691
视频教程列表
文章教程搜索
 
Flash推荐教程
Flash热门教程
看全部视频教程
购买方式/价格
购买视频教程: 咨询客服
tel:15972130058