Monday, February 06, 2006

Working Desktop Clock

We now have a fully functional and accurate desktop clock, using the worlds most simple coding. Just make a Text member called "clock" and make it look like the system clock (white text, blue background, font matched etc).

Then plop it in the right place on the toolbar (making sure it's on top of the other sprites), and any frame where you want the clock to update (I did it on every frame hold) just add the correct scripting. Consequently on the frame holds we have:



And Bob's your Auntie, you have something like this:

that updates as often as you want it to!