The timer behavior is easy to understand:
1) first you must start the timer with an action (start timer, which you can find under the object, that has the timer behavior); give the timer a name/tag.
2) then there is an event "on timer:", here you use the name you've given your timer and it will trigger when the timer is up
yeah... guess that's it.