Hi,
I've got a progress bar object in my layout and attached a timer behaviour to it. What I am trying to do is set the progress shown on the bar to be the current time on the timer, but I can't seem to get it to work.
I've tried setting it to ProgressBar.Timer.CurrentTime("time"), but that doesn't seem to work. I checked in the manual which says that the parameter is a tag, but I don't really know what that means.
Any help on this would be much appreciated.