//var my_button = new SimpleButton();
//this.addChild(my_button);
//my_button
[object SimpleButton] , instance1
//my_button.upState
//my_button.overState
//my_button.downState
//my_button.hitTestState
//my_button.upState = new UpButtonShape();
//Constructed UpButtonShape ( instance2 )!
instance2:[Event type="added" bubbles=true cancelable=false eventPhase=2]
instance2:[Event type="addedToStage" bubbles=false cancelable=false eventPhase=2]
instance2:[Event type="frameConstructed" bubbles=false cancelable=false eventPhase=2]
instance2:[Event type="exitFrame" bubbles=false cancelable=false eventPhase=2]
//my_button.overState = new OverButtonShape();
//Constructed OverButtonShape ( instance4 )!
//my_button.downState = new DownButtonShape();
//Constructed DownButtonShape ( instance6 )!
//my_button.hitTestState = new HitButtonShape();
//Constructed HitButtonShape ( instance8 )!
//my_button.upState
[object UpButtonShape] , instance2
// numChildren:  1
[object Shape] , instance3
//my_button.overState
[object OverButtonShape] , instance4
// numChildren:  1
[object Shape] , instance5
//my_button.downState
[object DownButtonShape] , instance6
// numChildren:  1
[object Shape] , instance7
//my_button.hitTestState
[object HitButtonShape] , instance8
// numChildren:  1
[object Shape] , instance9
instance2:[Event type="exitFrame" bubbles=false cancelable=false eventPhase=2]
instance4:[Event type="exitFrame" bubbles=false cancelable=false eventPhase=2]
instance6:[Event type="exitFrame" bubbles=false cancelable=false eventPhase=2]
instance8:[Event type="exitFrame" bubbles=false cancelable=false eventPhase=2]
instance2:[Event type="enterFrame" bubbles=false cancelable=false eventPhase=2]
instance4:[Event type="enterFrame" bubbles=false cancelable=false eventPhase=2]
instance6:[Event type="enterFrame" bubbles=false cancelable=false eventPhase=2]
instance8:[Event type="enterFrame" bubbles=false cancelable=false eventPhase=2]
instance2:[Event type="frameConstructed" bubbles=false cancelable=false eventPhase=2]
instance4:[Event type="frameConstructed" bubbles=false cancelable=false eventPhase=2]
instance6:[Event type="frameConstructed" bubbles=false cancelable=false eventPhase=2]
instance8:[Event type="frameConstructed" bubbles=false cancelable=false eventPhase=2]
