The problem is you are destroying the Bullet object when it collides with Enemy_Base (event 7 condition 1), so it never collides with oEye. You could solve it adding a small wait before destroying, even though this would not be the best way of doing so.
Cheers!