Display List?
Hello, I am new to actionscript and flash, I am also very stuck when it comes to display list. I have the following questions if anyone can tell me if my understanding is correct:
1. The way I understand it the stage is at the top of the hierarchy, nothing is above the stage any Display objects or Display object containers are children of the stage.
2. A movie clip on the stage (because of its nature to contain in itself graphics and other movie clips) are Display object containers, and any other movie clips in the movie clip are also Display object containers until we open enough movie clips inside other movie clips and find that the last one contains only a graphic, this last one is a Display Object, not a Display Object Container.
3. If you have a graphic on the stage it is a Display Object because it does not contain anything in itself.
4. If you have a movie clip on stage is it a child of the stage?, Also is any movie clip and any movie clips inside another movie clip a child of the previous movie clip?, I read somewhere that it is correct to call some grandparents and great grandparents, what does that mean, that a couple of movie clips inside an original movie clip means the original movie clip is a great grandparent?
Any help on this would be greatly appreciated, because I just cant get mu head around this,
George