flash on 2010-2-6

by kappanuki
♥0 | Line 9 | Modified 2010-02-06 18:47:27 | MIT License
play

ActionScript3 source code

/**
 * Copyright kappanuki ( http://wonderfl.net/user/kappanuki )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/tllq
 */

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
           graphics.lineStyle(Math.random()*30,0x000000)
	       graphics.drawCircle(Math.random()*200,Math.random()*200,Math.random()*200)
	
	
	
	
	
	

	}
 }

}