
15.05.2014, 11:27
|
|
Регистрация: Feb 2009
Адрес: Гы...поди, найди!
Сообщений: 853
|
Цитата:
|
Только вот я не понял зачем у тебя там параметры index и arr, если они не используются?
|
Из хелпа:
Цитата:
callback:Function — The function to run on each item in the array. This function can contain a simple comparison (for example, item < 20) or a more complex operation, and is invoked with three arguments; the value of an item, the index of an item, and the Array object:
function callback(item:*, index:int, array:Array):Boolean;
|
|