I can do this getChildAt (0) .alpha = 0;
But this raises the error getChildAt (0) .gotoAndStop (2);
How do I access movie clip methods using an array of displayed lists?
getChildAt does not return a movie clip, so you need to execute it first using the keyword as:
as
(getChildAt(0) as MovieClip).gotoAndStop(2);
Source: https://habr.com/ru/post/1720078/More articles:Что влияет на производительность набора данных SAS больше - количество наблюдений или число переменных? - performanceFailed to improve Javassist - javahttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1720075/can-tomcat-be-configured-to-fail-to-start-if-a-webapp-fails-to-start&usg=ALkJrhie8RvUGeBWLwjAbh4Z0E14LHcTDgGet jQgrid DQ ID from event triggers - jqueryChanging Web.configStrings connection without reloading sessions - resetIs it possible to subscribe to a C # event using JavaScript? - javascriptIs there a way to create a pre-commit hook that will reject the commit in case the new revision fails to compile? - svnЕсть ли эквивалент Java Media Framework в С#? - c#How to replace the value of the * all * attribute with appropriate elements using XQuery? - xqueryThe difference between a variable length argument and function overloading is c ++All Articles