Just to clarify, here is a code snippet for you to use:
sync on
sync rate 60
make object box 1,1,5,1
make object box 2,1,5,1
position object 2,3,2,0
scale object 2,100,200,100
position camera 1,3,-10
do
set cursor 0,0
print "Height of box 1 (left) = ";object size y(1,1)
print "Height of box 2 (right) = ";object size y(2,1)
sync
loop
That should work. I haven't tested it, I wrote in this message box.
EDIT: I did go and test now, changed a couple of things, and it works now.
Clonkex
Making games is easy.....finishing them is a different matter.
Intel Core 2 Duo 2.8Ghz, Nvidia GeForce 9400 GT 512mb, 1gb ram.