function SetBoxPlacement() { var bx = scene.getBoxById("myBox"); if (bx) { bx.left = "20"; bx.top = "20"; bx.bottom = "200"; bx.right = "320"; } }