Hello there. This might me a little bit of a newbie question but I figured I'll ask for help.
So here I am trying to create a basic top down shooter. However I'm having trouble getting the enemy to shoot In a random direction. I want them to shoot In front of them - like this ugly paint drawing can illustrate.
<img src="http://filesmelt.com/dl/direction.png">
However I can only get them to shoot straight.
An "always" and " "set angle" event obliviously don't work.
Then I tried to set it to the "X millisecond, spawn a bullet" event but that only made a few fly in different directions.
I'm at your mercy. Please help me!