You can select an object (sprite) which will be emitted by Particles object.
This allows to control individual particles. For example, you can add Bullet behavior to that sprite. Then the particles will follow the settings you configure for them (blast), but will also move with the bullet behavior. You can change bullet speed and angle of motion in "Sprite on created" event to match the player speed/direction.