@HowDo : No, I would want the sphere move on the box but it does stop it at the end of the box (in your code the box move and doesn't stop it after the sphere)
This is my code :
ObjectNumber=1
SecondObject=2
ImageNumber=1
make object sphere SecondObject,10
make object box ObjectNumber, 100, 10, 5
do
control camera using arrowkeys 0,1,1
if inkey$()="h"
glue object to limb SecondObject,ObjectNumber,0,2
color limb ObjectNumber,0,rgb(255,0,0)
endif
`La limb bouge aussi ...
offset limb ObjectNumber, 0, X, Y, Z
if keystate(20) then inc X
if keystate(21) then inc Y
if keystate(22) then dec X
if keystate(23) then dec Y
`if keystate(20) then move object right 2,10
loop
PS : I need to do this automatically, not manually as I would can do it (the example is simple because is the just the concept, in my project I want the player to can move on the walls in fact).
Eternal suffering ...
I'm french