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

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

Get Adobe Flash player
by o8que 03 Mar 2010
// forked from bkzen's 105文字 forked from: 140文字じゃ無理
// forked from bkzen's 108文字 forked from: 140文字じゃ無理
// forked from nitoyon's 112文字 forked from: 140文字じゃ無理
// 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,d(~l(l(x=99,lineStyle(0)),l(y=50,a=-87)),~d(d(x,0,y),a,y),y),y+=x
        }
    }
}