flash on 2013-3-12
♥0 |
Line 11 |
Modified 2013-03-12 15:38:23 |
MIT License
archived:2017-03-20 05:31:27
ActionScript3 source code
/**
* Copyright chez_sugi ( http://wonderfl.net/user/chez_sugi )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/f25m
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
private static var _initialized:Boolean = foo();
public function FlashTest() {
// write as3 code here..
}
private static function foo() :Boolean {
return false;
}
}
}