Come si definisce un costruttore statico eseguito quando la classe viene inizializzata?Sintassi di Static Constructor in Actionscript-3?
non riesco a farlo bene:
// version a:
{}
// version b:
static {}
// version c:
static function Foo()
{}
// version d:
static()
{}
// version e:
()
{}
// version f:
static function Foo():void
{}
questo aiuterà ?: http://stackoverflow.com/questions/13783017/as3-static-class-versus- singleton – Cherniv
Sorry no, non c'era un costruttore statico. – n4pgamer