If key [down] is down and key[fire] is pressed, create your bullet and set its angle to 90.
If key [up] is down and key [fire] is pressed, create your bullet and set its angle to 0.
As you can see, the above two events are similar, so you'll want to try and make them sub-events of the 'key fire is pressed' condition, for example.