damn....lol i was triing to put a ..static object... who touch to all..objects that i want to attach to static...and..it seem that if you put a BIG static object around you ....it's like if you dont have any background...and..you CANT put a normal Cube around you ..to fix that... then....
and many other thing append...see that:
sync on
set camera range 1,50000
set display mode 640,480,32
make matrix 1,50000,50000,70,70
make object cube 100,10000
make static object 100
delete object 100
make object sphere 102,9000
set object 102,1,1,0
color object 102,rgb(200,0,0)
make object cube 1,200
position object 1,0,200,0
color object 1,rgb(0,250,0)
position object 102,object position x(1),object position y(1),object position z(1)
rotate camera 35,45,0
position camera object position x(1),object position y(1),object position z(1)
move camera -300
while inkey$()=""
set cursor 0,0
print "Dynamic Object"
sync
endwhile
While inkey$()<>"":endwhile
attach object to static 1
while inkey$()=""
set cursor 0,0
print "Object Attached to static"
sync
endwhile
try it..you will se..its ..fully bugged..