用圆圈绘制形状
我遇到的问题是如何解决使用圆圈形成徽标的问题。我已经手动完成了一个字母,但是对每个字母都需要永远这样做,所以我在这里询问是否有人知道更快的方法。
要求:
- 必须填充非圆形字母(即不必精确,但看起来有边缘)
- 圆圈必须有动画效果,因此它们需要有阴影并且看起来就像它们降落在适当的位置
这是我到目前为止所拥有的: http://2bitpixel.net/Dots.swf
The issue I am having is how to tackle forming a logo using circles. I have done one letter manually, however it would take forever to do this with every single letter, and so I am asking here if anyone knew of a faster method.
Requirements:
- Has to fill non-circular letters(i.e. does not have to be precise, but look like it has edges)
- Circles have to animate in, therefore they need to have drop shadow and seem like they are landing in place
This is what I have so far: http://2bitpixel.net/Dots.swf
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
粒子系统(例如 Flint 粒子系统)可以自动执行您的任务。
在他们的主页
上,您可以看到红色粒子组装形成单词。这是徽标补间:
http://flintarticles.org/examples/logotween
还有一个类似的代码徽标烟花教程:
http://flintarticles.org/examples/logo-firework
Particle systems such as the Flint Particle System would automate your task.
http://flintparticles.org/
On their homepage, you see red particles assembling to form words. This is the logo tween:
http://flintparticles.org/examples/logotween
There is also a similar code tutorial for logo fireworks:
http://flintparticles.org/examples/logo-firework