大大小小
2011-03-21T02:55:57.000Z
123
latest #9
掰噗~
2011-03-21T02:56:00.000Z
有這種事!?
怡靜.:°♥
2011-03-21T02:56:08.000Z
321
大大小小
2011-03-21T02:56:16.000Z
package { import flash.display.MovieClip; public class abc extends MovieClip{ public
立即下載
大大小小
2011-03-21T02:56:39.000Z
function abc(w:Number=40,h:Number=40,color:Number=0xff0000) { // constructor code graphics.beginFill(color);
大大小小
2011-03-21T02:56:52.000Z
graphics.drawEllipse(0,0,w,h); graphics.endFill(); } } }
大大小小
2011-03-21T02:57:05.000Z
第二個
大大小小
2011-03-21T02:57:29.000Z
import flash.sampler.NewObjectSample; import flash.events.MouseEvent; stage.addEventListener(MouseEvent.MOUSE_MOVE,makeshape);
大大小小
2011-03-21T02:57:39.000Z
function makeshape(e:MouseEvent):void{ var ellipse:abc=new abc(); addChild(ellipse); ellipse.x=mouseX; ellipse.y=mouseY; }
怡靜.:°♥
2011-03-21T02:58:03.000Z
花花神豬手
back to top