Hey Brian,
This is pretty straight forward just make sure you dimension your objects as specific object types.
so if you wanted to affect the height of your quad it would be:
Dim quad as xpQuadObject
Then retrieve it
Self/Scene GetObjectByName("name", quad)
quad.height = 000
same for width and depth
Andrew
#XPression