I am working on a presentation that consists of about 12 screen that are triggered by clicking on a thumbnail.
When you click on a screen’s thumbnail, it wrote an addChild(“XX”) to show it and then a gotoAndPlay(“XX”) to begin it’s animation (it slides onto the screen). Clicking on a new thumbnail causes a new animation to begin (just as before) and also causes the old screen to gotoAndPlay(“XX”) to slide it off screen.
Now, i’d like to removeChild(“XX”) those old slides because each screen has something in it that causes the whole show to slow down, but i’d like to removeChild it AFTER it’s animation has run it’s course.
How do I do that? I’ve searched but to no avail.
ps: I am pretty new to AS3…