大大小小
13 years ago
123
latest #9
掰噗~
13 years ago
有這種事!?
怡靜.:°♥
13 years ago
321
大大小小
13 years ago
package { import flash.display.MovieClip; public class abc extends MovieClip{ public
立即下載
大大小小
13 years ago
function abc(w:Number=40,h:Number=40,color:Number=0xff0000) { // constructor code graphics.beginFill(color);
大大小小
13 years ago
graphics.drawEllipse(0,0,w,h); graphics.endFill(); } } }
大大小小
13 years ago
第二個
大大小小
13 years ago
import flash.sampler.NewObjectSample; import flash.events.MouseEvent; stage.addEventListener(MouseEvent.MOUSE_MOVE,makeshape);
大大小小
13 years ago
function makeshape(e:MouseEvent):void{ var ellipse:abc=new abc(); addChild(ellipse); ellipse.x=mouseX; ellipse.y=mouseY; }
怡靜.:°♥
13 years ago
花花神豬手
back to top