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

lとIの違いが分からなくなる。

Get Adobe Flash player
by paq 21 Sep 2009

    Talk

    paq at 21 Sep 2009 16:15
    こんな感じに表示されています:http://gyazo.com/f3d4f5eb4274cee3e94484eb99ce78f5.png
    paq at 21 Sep 2009 16:15
    おまけ:http://is.gd/3wkJY
    paq at 21 Sep 2009 16:44
    KaedeASさんがこんなの作ってくれた:http://kaede.cc/wonderfl.html

    Tags

    Embed
/**
 * Copyright paq ( http://wonderfl.net/user/paq )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/aVy2
 */

package {
    import flash.display.Sprite;
    import com.bit101.components.Label;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            var lndex:int = 5;
            var Index:int = 2;
            new Label(this, 10,10, String(
            lndex + Index * Index * lndex / Index - lndex / lndex - Index
            ));
        }
    }
}