Forked from: kisanta's flash on 2009-3-17 diff:14 2009-3-17四角テスト kisanta forked:1favorite:0lines:17license : All rights reserved modified : 2009-03-17 11:34:26 Embed Tweet // forked from kisanta's flash on 2009-3-17 package { import flash.display.Sprite; public class FlashTest extends Sprite { public var alphaBox:uint; public var myXspeed:Number; public var myYspeed:Number; public function FlashTest() { var mySquare:Sprite = new Sprite(); mySquare.graphics.beginFill( 0x99CC33 ); mySquare.graphics.drawRect( 0, 0, 100, 100 ); //表示リストにグラフィックを表示 addChild( mySquare) mySquare.x = stage.width+100; mySquare.y = stage.width+100; squareMove( 20, 20, 50); } } } Code Fullscreen Preview Fullscreen graphics kisanta width addChild uint Sprite Number sort new page view favorite forked pv0 forked from: 2009-3-17四角テスト kisanta forked:0 favorite:0lines:17 (diff:1)