setOrigin for Container or an alternative?

I want to make a popup that have an smooth animation with tweens on open or close.

So, i put all popup contents/spites inside a container.

I can tweens it’s container with all of it’s children, but i don’t have any idea how to change container anchor/origin to 0.5/center.

I don’t think you can. You can however position children with negative values, so possible to use 0,0 as the center that way. Not sure if this would cause any other issues.

1 Like

Thank you! i don’t know why i not think about it.