摘要: Flex!"> MyDemo.as:package{ import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.events.TimerEvent; import flash.utils.Timer; import mx.controls.Label; /** * 将上一次记录的Blog > 的As代... 阅读全文
posted @ 2014-02-27 17:42 Mr轨迹 阅读(696) 评论(0) 推荐(0) 编辑
摘要: package{ import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.events.TimerEvent; import flash.utils.Timer; import mx.controls.Label; //窗体大小,绘制帧率 [SWF(width="400", height="300 阅读全文
posted @ 2014-02-27 11:49 Mr轨迹 阅读(415) 评论(0) 推荐(0) 编辑
摘要: package{ import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; [SWF(width="400", height="300", frameRate="30")] public class MyDemo extends Sprite { private var circle:Shape; public function MyDemo() { circle = new Shape(); circle.x = 50; c 阅读全文
posted @ 2014-02-27 11:04 Mr轨迹 阅读(298) 评论(0) 推荐(0) 编辑