Hi AllanR, thanks for your elaborate response! Did you mean as such:
Unfortunately, the TimeText and Clock are still displayed outside the screen, or half outside, depending on where the touch ends. I'm basically trying to achieve a 'Bound to viewport' behavior.
So, it will always display the Clock and TimeText inside the viewport.
I added the 'Wait 0 seconds' action just before "SetTimeText" function call.
By using the latter action do you mean I can 'take along' the pickeing to any new function?
I still don't understand why it didn't work at first, I mean, I thought C2 runs the entire event sheet top down every tick(?), and that the function "TimeScore" first does the 'top' actions, and then moves on to the 'sub' events, also from top down, then when the whole function event 'TimeScore' is finished it will move on to the next 'top' event line.
Thanks again, you're of great help.