Non puoi scrivere new Function, devi scrivere function (){}
Così funziona:
Codice PHP:var buttons:Array = [
{ x: 0, y: 1, button: null, label: 'carica', handler: function (evt:MouseEvent = null):void { /**/ }},
// eccetera
];
Non puoi scrivere new Function, devi scrivere function (){}
Così funziona:
Codice PHP:var buttons:Array = [
{ x: 0, y: 1, button: null, label: 'carica', handler: function (evt:MouseEvent = null):void { /**/ }},
// eccetera
];