·您的位置: 首页 » 资源教程 » 创意设计 » Flash » 用笛卡尔公式画出的一颗心状图

用笛卡尔公式画出的一颗心状图

类别: Flash教程  评论数:0 总得分:0

http://www.flash8.net/bbs/UploadFile/2005-6/200563205735695.swf

« Full Screen »


源码:

var Width = Stage.width;
var Height = Stage.height;
var pen = _root.createEmptyMovieClip("pen_mc", 2);
var ib = 0;
var End = 90;
this.onEnterFrame = function() {
if (ib<End) {
for (j=0; j<End; j++) {
r = Math.PI/45*ib*(1-Math.sin(Math.PI/45*j))*18;
x = r*Math.cos(Math.PI/45*j)*Math.sin(Math.PI/45*ib)+Width/2;
y = -r*Math.sin(Math.PI/45*j)+Height/4;
drawDot(pen, int(x), int(y), 0x00FF00);
//drawCircle(pen, int(x), int(y), 2, 0x000000, 0x00FF00, 0);
}
ib++;
} else {
delete this.onEnterFrame;
}
};
/*因为直接for嵌套循环FLASH太吃力了。。所以改用onEnterFrame了...
for (i=0; i<90; i++) {
for (j=0; j<90; j++) {
r = Math.PI/45*i*(1-Math.sin(Math.PI/45*j))*18;
x = r*Math.cos(Math.PI/45*j)*Math.sin(Math.PI/45*i)+AppletWidth/2;
y = -r*Math.sin(Math.PI/45*j)+AppletHeight/4;
drawDot(pen, int(x), int(y), 0x00FF00);
//drawCircle(pen, int(x), int(y), 2, 0x000000, 0x00FF00, 0);
}
}
*/
function drawDot(pen, x, y, DColor) {
pen.moveTo(x-0.5, y);
pen.lineStyle(2, DColor, 100);
pen.lineTo(x+0.5, y);
}
-= 资 源 教 程 =-
文 章 搜 索
关键词:
类型:
范围:
纯粹空间 softpure.com
Copyright © 2006-2008 暖阳制作 版权所有
QQ: 15242663 (拒绝闲聊)  Email: faisun@sina.com
 纯粹空间 - 韩国酷站|酷站欣赏|教程大全|资源下载|免费博客|美女壁纸|设计素材|技术论坛   Valid XHTML 1.0 Transitional
百度搜索 谷歌搜索 Alexa搜索 | 粤ICP备19116064号-1