ReferenceError: Error #1069: Property 0 not found on builtin.as$0.MethodClosure and there is no default value.
Damn typos.
for (var i=0; i < numChildren; i++) { var mc = getChildAt(i);} //Good form //() NOT [] for (var i=0; i < numChildren; i++) { var mc = getChildAt[i];} //< EVuhl Typo
{ 7 comments… read them below or add one }
Damn typos; hell ya; saved me millions of hours
Coming from other languages, I thought ‘array’, not method. Thanks for pointing this out!
Have this problem been solved ?I met it also,help me
Just keep digging commenting out half the code till it compiles, you’ll find the cause eventually. I can’t know, and I don’t have time to look at your code unfortunately.
Thanks man, without this post I may have wasted hours and hours and hour and hours….
omg, i am IDIOTTO!
thank you. that would have killed me for hours