【AS100本ノック】14回目:バルーン

by mex
AS100本ノック
* 14回目のお題は「バルーン」
* あなたなりの「バルーン」を表現してください。
♥0 | Line 7 | Modified 2010-06-30 14:58:01 | MIT License
play

ActionScript3 source code

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

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

Forked