【AS100本ノック】15回目:伸びる

by mex
AS100本ノック
* 15回目のお題は「伸びる」
* あなたなりの「伸びる」を表現してください。
♥0 | Line 7 | Modified 2010-08-05 17:22:39 | 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/efyf
 */

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

Forked