马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Flash特别适用于创建通过Internet提供的内容,因为它的文件非常小。Flash是通过广泛使用矢量图形做到这一点的。
本文由中国教程网呱唧原创,转载请保存此信息!
[1]200806/13022_2.html>[2]200806/13022_3.html>[3]200806/13022_4.html>[4]200806/13022_5.html>[5]200806/13022_2.html>下一页
</P>原文件:
//写在帧的代码:这里的代码次要是复制用的!
i=0;
ppo._visible=false
functionenet(){
i++;
sc=random(50)+20;
duplicateMovieClip("ppo","ppo"+i,i);
_root["ppo"+i]._x=random(550);
_root["ppo"+i]._y=random(400);
_root["ppo"+i]._xscale=_root["ppo"+i]._yscale=sc;
}
onEnterFrame=function(){
if(i<25){
enet();
}
};
_____________________________________________________________________________________
//写在元件自己的代码
onClipEvent(load){
xx=random(550);
xy=random(400);
dt=50;
this.ys._alpha=random(150)+50;
varyanse:Color=newColor(this.yanse_mc);
yanse.setRGB(random(0xffffff));
}
onClipEvent(enterFrame){
if(random(dt)==1){
xx=random(550);
xy=random(400);
}
//
dx=(xx-_x);
dy=(xy-_y);
dx*=.01;
dy*=.01;
//dx*=.4;
//dy*=.4
_x+=dx;
_y+=dy;
_rotation+=0;
}
200806/13022.html>上一页200806/13022.html>[1][2]200806/13022_3.html>[3]200806/13022_4.html>[4]200806/13022_5.html>[5]200806/13022_3.html>下一页
</P>
200806/13022_2.html>上一页200806/13022.html>[1]200806/13022_2.html>[2][3]200806/13022_4.html>[4]200806/13022_5.html>[5]200806/13022_4.html>下一页
</P>
200806/13022_3.html>上一页200806/13022.html>[1]200806/13022_2.html>[2]200806/13022_3.html>[3][4]200806/13022_5.html>[5]200806/13022_5.html>下一页
</P><Palign=left>200806/13022_4.html>上一页200806/13022.html>[1]200806/13022_2.html>[2]200806/13022_3.html>[3]200806/13022_4.html>[4][5]
要在Flash中构建应用程序,可以使用Flash绘图工具创建图形,并将其它媒体元素导入Flash文档。接下来,定义如何以及何时使用各个元素来创建设想中的应用程序。 |