A MovieClip is added to the stage using addChild(myMovieClip)
How can I remove it from the class itself? I tried stage.removeChild(this) and removeChild(this), both don’t work.
A MovieClip is added to the stage using addChild(myMovieClip)
How can I remove it from the class itself? I tried stage.removeChild(this) and removeChild(this), both don’t work.
:: Copyright KIRUPA 2024 //--