def=translates the 3D coordinate world center by specified amount
Flash3DInstance.translate(x, y, z);
&sam=
//moves the world forward (appearance of a camera zoom)
_root.createEmptyMovieClip("zoom", 200);
zoom.onEnterFrame = function() { myWorld.translate(0,0,5) }