If I would want to unhide and hide a sprite for, say, 2 seconds, what would be the most efficient way to do this in Construct?
All I can think of is making a counter, which counts down:
Counting? (still) show sprite.
Stopped counting? hide sprite.
What is your suggestion?