
iWedding
文章平均质量分 61
zlxadhkust
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Drawing Board with AS3.0
Refs: Create a Basic Drawing Application in Flash(这个虽然完整详细,可是画线部分的实现思路过于简单基本) AS3 pixel perfect drawing?(关于线的样式的讨论,流畅度) http://stackoverflow.com/questions/1937184/applying-a-color-gradient-on-a-l原创 2012-10-15 11:35:51 · 611 阅读 · 0 评论 -
Write Local Image with AIR
It is really disappointing, and frustrating when seeing as3corelib's official site. It seems that this project was shutdown and not supported any more, since two years ago. We can see that all of the原创 2012-09-25 14:54:13 · 709 阅读 · 3 评论 -
Drawing Board Functionality: Erasing Drawn Graphics
A drawing board application should always has a functionality, which is to provide an eraser, to make use can clear some graphics partially. Here is the workaround: Suppose you have a Sprite cal原创 2012-10-26 15:41:59 · 889 阅读 · 1 评论 -
Investigation on Wall 3D - 01
This can be regarded as a PV3D case study. The program is from Flashden, it is like: Please note that, according to the user manual, you should add the folder "MyLibs3b" in "CLASS" to Actio原创 2012-11-09 10:35:14 · 490 阅读 · 2 评论 -
计算两线夹角的实验
如果利用象限来考虑,好吧,我自己写个lab得了: 其中的点是个自定义类,lib里的symbol上放置一个图案和一个TextField: package { import flash.display.*; public class Point extends Sprite { public function Point() { // con原创 2012-11-13 13:14:58 · 937 阅读 · 0 评论 -
The REMOVE_FROM_STAGE event flow in AS3
I just found that this event didn't work in the way I was always thinking it as. When I was working on iWedding, it seems that the REMOVE_FROM_STAGE event handling function is executed before the原创 2012-11-29 11:03:28 · 603 阅读 · 0 评论