Hi there- I realize this is an incredibly stupid question, but I haven’t found any information on how to do it so far. I want to center an object in the window. Of, of course I can set _x and _y to a certain pixel value, but I want it to automatically adjust no matter what the size of the window is. This is easy enough; I should just need to take the window’s height and width and divide each by two. But what object and property would that be? Thanks!