flash on 2010-11-18
♥0 |
Line 11 |
Modified 2010-11-18 01:52:15 |
MIT License
archived:2017-03-09 23:23:05
ActionScript3 source code
/**
* Copyright toburau ( http://wonderfl.net/user/toburau )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/zRtZ
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
graphics.beginFill(0xff0000);
graphics.drawCircle(172,232,100);
graphics.drawCircle(282,232,100);
graphics.endFill();
}
}
}