上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页
摘要: importflash.display.MovieClip;importflash.geom.Matrix;importflash.events.MouseEvent;varsp:MovieClip=newContainer();varcontainClone:MovieClip=newContainer();varrect:MovieClip=newRect();this.addChild(sp);sp.x=sp.y=200;sp.addChild(rect);rect.x=100;rect.y=50;varm0:Matrix=rect.transform.matrix;varm1:Matr 阅读全文
posted @ 2011-09-02 20:08 ddw1997 阅读(271) 评论(0) 推荐(0) 编辑
摘要: importflash.events.Event;importflash.geom.Matrix;varangle:Number=0;varcameraM:Matrix=newMatrix();varmcM:Matrix=mc.transform.matrix;this.addEventListener(Event.ENTER_FRAME,loop);functionloop(e:Event):void{angle++;vartempM:Matrix=mcM.clone();cameraM.identity();cameraM.createBox(1,1,angle*Math.PI/180,1 阅读全文
posted @ 2011-09-02 20:04 ddw1997 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2011-09-02 19:49 ddw1997 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 1. 什么是浮点数 阅读全文
posted @ 2011-06-26 16:07 ddw1997 阅读(1527) 评论(0) 推荐(0) 编辑
摘要: String this Dictionary Object 阅读全文
posted @ 2011-05-24 14:48 ddw1997 阅读(539) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页