The timer can be easily done by adding a value to a Global Variable at a specific interval ( for example, add 1 to "Seconds" every 1000 milisseconds ). To display it, you'll have to use the Text object (with the "Set text" action).
Making a high-score (local) requires you to work with the .ini object. Hang on, I'll post an example soon.