sorry, got muddled up...
should've been:
make object box 1,10,30,2
make object box 2,10,30,2
make object sphere 3,4
position object 1,0,1,15
position object 2,10,1,15
position object 3,20,1,15
wait mouse
got my Y and Z axes mixed up...
camera can only see about 10 units aobve itself, so obviously 15 was gonna be too high
try that one, and see what happens this time -- also, I'll try it
Edit: New values
make object box 1,10,30,2
make object box 2,10,30,2
make object sphere 3,4
position object 1,0,1,50
position object 2,20,1,50
position object 3,40,1,50
wait mouse
...maybe one day I'll finish a project