【AS100本ノック】9回目:雪
AS100本ノック
* 9回目のお題は「雪」
* あなたなりの「雪」を表現してください。
♥0 |
Line 7 |
Modified 2010-01-18 14:08:13 |
MIT License
archived:2017-03-10 16:56:18
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/mugY
*/
/*
* AS100本ノック
* 9回目のお題は「雪」
* あなたなりの「雪」を表現してください。
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
}
}
}