|
首页 | 名片设计 CorelDRAW Illustrator AuotoCAD Painter 其他软件 Photoshop Fireworks Flash |
|
源码: 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); } 返回类别: Flash教程 上一教程: Flash MX 2004实例制作视频教程:五彩苹果(中) 下一教程: Flash MX 2004视频宝典教程(4)我的太阳 您可以阅读与"用笛卡尔公式画出的一颗心状图"相关的教程: · 浅谈Flash发布设置的一些技巧 · Flash中运动规律的一些基本概念 · Flash制作的一个3D类效果 · Flash AS学习:对于TREE组件的一点整理 · 仿CCTV的一种Flash效果 |
快精灵印艺坊 版权所有 | 首页会员中心在线印刷在线编辑付款方式索取样品设计指南连锁门店 |