Hi, I added a component to a container like this:
container1.addChild(component1); now I want to change the property of container in the component.how to set the reference of the parent container,I do not remember that. Please help me. I try parent.x = 1 but it doesn't work.Thanks Mark

