FProperty halign(num h)
h
b1 = box(size(100,50), halign(0), resizable(false), fillColor("Red")); b2 = box(b1, size(150, 100)); render(b2);
b1 = box(size(100,50), halign(1), resizable(false), fillColor("Red")); b2 = box(b1, size(150, 100)); render(b2);