摘要: package com.funct{ import flash.display.Sprite; public class Random5 extends Sprite { public function Random5() { super(); init(); } private function init():void { for (var i:int=0; i < 300; i++) { ... 阅读全文
posted @ 2012-04-16 20:15 ndljava 阅读(190) 评论(0) 推荐(0) 编辑
摘要: package com.funct{ import flash.display.Sprite; public class Random5 extends Sprite { public function Random5() { super(); init(); } private function init():void { for (var i:int=0; i < 300; i++) { ... 阅读全文
posted @ 2012-04-16 20:07 ndljava 阅读(228) 评论(0) 推荐(0) 编辑
摘要: package com.funct{ import flash.display.Sprite; /** *随机布局 * @author Administrator * */ public class Random2 extends Sprite { public function Random2() { super(); init() } private function init():void { ... 阅读全文
posted @ 2012-04-16 18:30 ndljava 阅读(314) 评论(0) 推荐(0) 编辑
摘要: package com.funct{ import flash.display.Sprite; import flash.events.Event; /** * 布朗运动 * @author Administrator * */ public class Brownian1 extends Sprite { private var balls:Array=[]; private var fir:Number=.95; private var num:Number=50; ... 阅读全文
posted @ 2012-04-16 15:16 ndljava 阅读(324) 评论(0) 推荐(0) 编辑