flash on 2009-8-19
♥0 |
Line 10 |
Modified 2009-08-20 09:29:26 |
MIT License
archived:2017-03-30 03:49:43
ActionScript3 source code
/**
* Copyright aobyrne ( http://wonderfl.net/user/aobyrne )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/migy
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
graphics.lineStyle(1,0);
graphics.beginFill(0xff0000);
graphics.drawCircle(200,200,50);
}
}
}