shooting left or right issue :(
![rlehm](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
My actor will shoot right when moving right, and left when moving left. It only fires on button press. I'm having an issue where the actor turns from left to right, and the bullets flying also change direction from left to right.. Any tips? Much appreciated.
Comments
If self.attribute.whatever is 0 (default) AND actor is turned to left, change attribute direction to 2.
If self.attribute.whatever=1, MOVE RIGHT BEHAVIOR
If self.attribute.whatever=2, MOVE LEFT BEHAVIOR
That should work. If not, or if you don't understand what I said, just ask.
Asymptoteell