First, read this topic, and especially this post, from the three warning symbols: [url]Really need to learn how to do this...]
It talks about the way to “link” two objects, and why you need for-each loops, in your case the sprite and the text.
Once you understand it you may also want to take a look to the “Linked objects” extension, it links instances too, in a more friendly and readable way.
For the timers, you have object timers too, they’re like object variables (i.e. each instance will have its own timer running), you can read about it in the wiki, here:
http://wiki.compilgames.net/doku.php/gdevelop5/all-features/timers#object_timers
and here:
http://wiki.compilgames.net/doku.php/gdevelop5/objects/base_object#timers
![]()