Tnx, but i still don't understand the behaviour.
look at the code. When i remark the LOCK OBJECT, then the object
is far away (at the screen's bottom) and when i use LOCK then it hides
the whole screen. why? the position hasn't been changed...
It seems to me that with LOCK OBJECT the positioning is relative to the camera
(object z position is 0.5, while camera z position is -250).
autocam off
position camera 0,30,150,-250
set camera range 0,0.5,4000
POINT CAMERA 0,0,0,50
Make object Plain 200,10,10
position object 200,0,0,0.5
rem Lock object on 200
color object 200,rgb(255,0,0)
do
control camera using arrowkeys 0,0.1,0.1
sync
loop
[solo]