@Daniel wright 2311
Edited
I think I jumped the gun answering this question.
Anyway
Try this piece of code into a new folder.
autocam off
sync on
make object box 1,5,5,5
make object box 2,0.2,1,6
position object 2,0,5,0
position camera -10,10,-10
point camera 0,0,0
do
gir#=wrapvalue(gir#+0.2)
g#=g#+0.1
yrotate object 1,g#
yrotate object 2,-gir#
if spacekey()=1
f=f+1
if f=2 then frame=frame+1
if f>20 then f=0
endif
ink rgb(100,100,100),1
ink rgb(255,0,0),1
line 201,101,419,101
line 201,319,419,319
line 201,101,201,319
line 419,101,419,319
if spacekey() and f=2
get image frame,200,100,420,320,1
save image "ima"+str$(frame)+".jpg",frame
endif
sync
loop
I'm not a grumpy grandpa
