time expression - counts from the begining of your game, not when event triggers
You need to make a custom timer for that brick.
Make an instance variable for that brick called "timer" and set it to 4
When your ball hit this brick for first time, set timer to subtract 1*dt and then check if another hits are within timer limit - between 0 and 4.