I want to trace through all the items on the stage and find every instance of MyCustomClip instances. Can I do that?
if(typeof(clip.getChildAt(i)) == "MyCustomClip"){ do something}
I want to trace through all the items on the stage and find every instance of MyCustomClip instances. Can I do that?
if(typeof(clip.getChildAt(i)) == "MyCustomClip"){ do something}
:: Copyright KIRUPA 2024 //--