Hi,
I’m using:
go.set_parent(go.get_id("go"), nil, true)
My understanding is that the object with id “go” should appear to stay in the same position on screen, but no longer be a child of any object.
What happens is that the X position is correct, but the Y position is now relative to (0,0).