updated the project with a new expression and it swings the particles in a orbit now, but i cant place anything in the center of the orbit, the whole orbit is either infront or behind, it will never go around an object, how do I place my sphere in the middle of the orbit?
S = 2;
D = 800;
X= Math.sin(time*S)*(D/2);
Z = Math.cos(time*S)*(D/2);
[value[0]+x,value[1],value[2]+Z]
Thanks for taking a look at the project and offering your thoughts, I was noticing the particles were not moving with the rotation but did not understand why,
i think so, if i just have the particle slide around in 2d on the screen with out the null it emits fine, its when i go 3d and animate using the rotation on the offset anchor point it no longer emits