flash on 2010-4-23
♥0 |
Line 10 |
Modified 2010-04-23 00:11:04 |
MIT License
archived:2017-03-10 10:22:06
ActionScript3 source code
/**
* Copyright umhr ( http://wonderfl.net/user/umhr )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/6BeR
*/
package {
import flash.display.Sprite;
public class Main extends Sprite {
public function Main() {
this.graphics.beginFill(0xFF0000, 0.5);
this.graphics.drawRoundRect(0, 0, 100, 100, 8, 8);
this.graphics.endFill();
}
}
}