I suggest a completely different approach.
Put an invisible "Sensor" sprite on the floor under the Enemy.
When player collides with the Sensor (and the enemy is not currently moving), the enemy starts falling.
Instead of the Bullet behavior use MoveTo.
First move the Enemy to Sensor sprite. Then, after it arrives (in "Hit the Target Position" event), move the Enemy back to its original position.