Creating a particle trail that doesn't go to the right...>_>

Hey everyone,
I'm working on a physics game, and I need to make a ball that leaves a trail as it moves. Currently, I'm running into the following problems:
1. I can get the trail to follow the mouse, but not the actor
2. for whatever reason, the trail always goes slightly to the right.
if anyone could help me figure out the variables, I would really appreciate it.
Thanks!
I'm working on a physics game, and I need to make a ball that leaves a trail as it moves. Currently, I'm running into the following problems:
1. I can get the trail to follow the mouse, but not the actor
2. for whatever reason, the trail always goes slightly to the right.
if anyone could help me figure out the variables, I would really appreciate it.
Thanks!
Comments
it could be going to the right slightly due to an offset or your direction angle
posting your settings might help...
(90/(self.Position.Y/Self.Position.X))-180