In this tutorial I’ll create a customizable analogue clock in ActionScript 3.0. What is a must know is that the time displayed depends on the users computer time. The code beyond is intuitive so the focus here is on the design. Follow this three simple steps to create your one clock.
For today’s trick I will show how you can display digital time in Flash. 1. Using the Text Tool(T) create 3 Textboxes(hours, minutes, seconds). 2. Give each one a name in the Var field of the Properties Panel.(for this example I use h – hours, m – minutes, s – seconds).