【AS100本ノック】2回目:たま
AS100本ノック
* 2回目のお題は「たま」
* あなたなりの「たま」を表現してください。
♥1 |
Line 7 |
Modified 2009-10-05 13:11:24 |
MIT License
archived:2017-03-10 13:58:33
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/1Ss1
*/
/*
* AS100本ノック
* 2回目のお題は「たま」
* あなたなりの「たま」を表現してください。
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
}
}
}