In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

112文字 forked from: 140文字じゃ無理

Get Adobe Flash player
by nitoyon 02 Mar 2010
    Embed
// forked from o8que's 114文字 forked from: 140文字じゃ無理
// forked from bkzen's 130文字 forked from: 140文字じゃ無理
// forked from knd's 140文字じゃ無理
package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            with(graphics)l=lineTo,d=drawCircle,lineStyle(0),l(y=50,a=86.6),l(-y,a),l(0,0),d(0,0,y),d(y,a,y),d(-y,a,y),x=100
        }
    }
}