Issue with the timer in game

Hi,

There is a game i have created where i want that when a sprite_man touches a sprite_soap or sprite_mask or sprite_sanitizer, all sprites moving in the game should stop.

I have used the logic -
When sprite_man collides with sprite_mask/Sprite_soap/sprite_santizer
wait for 6 sec
start moving sprites

But the issue is, when the man touches 2 sprites together, then it does not wait for 6+6 secs. But only till 6 secs and then all sprites start moving.
What i want is it should wait for another 6 secs if it touches another sprite.

Any help would really be appreciated.

Hey @gkriti.1678n2l,

Are you able to share a screenshot by any chance?

Thanks!

Thanks for replying,
Attaching the screenshot.