Shoes shape location

In Shoes, how do I get the current location of a shape in a window.
I thought the below would work, but console shows 0 for x and y

Shoes.app do
shp = oval 10,10,40,40
debug “shp x-#{shp.left} shp y-#{shp.top}”
end