Hey everyone,
I want to center an element (in this case a graphics element) in the center of the screen.
https://jsfiddle.net/user/adnanchang/fiddles/
As you can see from my code, I am changing the position of the graphics and bringing it to the center of the screen. I don't want that. I want to actually move the pivot/position of the stage in such a manner that the graphics then looks like it is to the center of the screen. Also, would it be possible to save the original position of the stage?