//var chx = this.getChildAt(0)
//var chy = this.getChildAt(1)
//var chz = this.getChildAt(2)
//this.numChildren
3
//this.addChild(chz)
//chx === this.getChildAt(0)
true
//chy === this.getChildAt(1)
true
//chz === this.getChildAt(2)
true
//this.numChildren
3
//Removed symbol "chz" in timeline
//chx === this.getChildAt(0)
true
//chy === this.getChildAt(1)
true
//chz === this.getChildAt(2)
true
//this.numChildren
3
//Removed symbol "chy" in timeline
//chx === this.getChildAt(0)
true
//chz === this.getChildAt(1)
true
//this.numChildren
2
//Removed symbol "chx" in timeline
//chz === this.getChildAt(0)
true
//this.numChildren
1
//Re-added symbol "chx" in timeline
//chz === this.getChildAt(0)
true
//chz === this.getChildAt(1)
false
//this.numChildren
2
//Re-added symbol "chy" in timeline
//chz === this.getChildAt(0)
true
//chz === this.getChildAt(1)
false
//chz === this.getChildAt(2)
false
//this.numChildren
3
//Re-added symbol "chz" in timeline
//chz === this.getChildAt(0)
true
//chz === this.getChildAt(1)
false
//chz === this.getChildAt(2)
false
//chz === this.getChildAt(3)
false
//this.numChildren
4
