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

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

Get Adobe Flash player
by bkzen 01 Mar 2010
    Embed
// 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),moveTo(a=100,b=150),l(c=200,b),l(b,e=63.4),l(a,b),d(a,b,50),d(c,b,50),d(b,e,50)}
        }
    }
}