[ANSWERED] How to make a Clock
- 
					
					
					
					
Hello Troikoids!
I'm trying to display the counting digits from the Clock Actor on the stage. Does anyone know how to take the numerical output and convert it to a video feed for positioning on screen?
thanks,
Nic
 - 
					
					
					
					
Text Draw actor
 - 
					
					
					
					
@nic you'll wanna convert the numbers to text and compile them with the text formatter like this (double click the formatter and paste it): P1:2 ":" P2:2 ":" P3:2
P1:2 = Parameter 1 with 2 digits + ":" and then the next. The two digits is so you always get a leading zero on numbers under 10

 - 
					
					
					
					
 - 
					
					
					
					
@fubbi wow, fabulous. Many thanks Fubbi!
 - 
					
					
					
					
@woland Thanks Woland, really helpful!