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

【AS100本ノック】2回目:たま

AS100本ノック
* 2回目のお題は「たま」
* あなたなりの「たま」を表現してください。
Get Adobe Flash player
by mex 05 Oct 2009
/**
 * Copyright mex ( http://wonderfl.net/user/mex )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/1Ss1
 */

/* 
 * AS100本ノック
 * 2回目のお題は「たま」
 * あなたなりの「たま」を表現してください。
 */
package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            // write as3 code here..
            
        }
    }
}