I have my sprite using a custom movement behavior to move about the screen. I have 3 image points that spawn other sprites that have a bullet movement behavior set to -200 so when the sprite is spawned it moves backward from the object.
The problem I am having is that once I rotate the object the spawned sprites move in the opposite direction. Forward not Backward.
Any ideas why this happens?