sync on
sync rate 60
backdrop on
color backdrop RGB(0,0,255)
make camera 1
make object cube 1, 20
do
x = object position x (1)
y = object position y (1)
z = object position z (1)
position camera 1, x, y + 60, z
rotate camera 90, 0, 0
loop
I'm trying to get my camera to look down on my cube (Yes, I use Y for up and down instead of Z) but everythings black, with a blue backdrop even if my cameras not looking at my cube it should be blue, shouldn't it? (Please don't comment on me not using camera 0

)
Always program as if the person maintaining your program is a psychopath that knows where you live