Here is a very basic example - I don't have time for much more at the moment.
sync on
sync rate 0
autocam off
hide mouse
make object sphere 1, -20
make object cube 2,1
make object cube 3,1
position object 2, -5, 0, 10
position object 3, 5, 0, 30
disable object zwrite 1
repeat
sync
until scancode() > 0
end
Object 1 is the skysphere, object 2 is an object inside the sphere and object 3 is an object outside the sphere.
You can move the MAKE OBJECT SPHERE around within that section to see what happens to the other objects (ie, try making that command the last of the three and see what happens)
*** Coming soon - Network Plug-in - Check my site for info ***
For free Plug-ins, source and the Interface library for Visual C++ 6, .NET and now for Dev-C++
http://www.matrix1.demon.co.uk