Skip to main content
Participant
May 16, 2007
Question

Actionscript Clock

  • May 16, 2007
  • 1 reply
  • 207 views
Can anyone help me out here? I want to make a flash clock modeled after the one in the show 24 for my desktop. I found a tut on how to make a digital clock, but from text. I don't have a font that works for this particular look, but I have images. If you have a kind heart and wish to help me, thank you.
This topic has been closed for replies.

1 reply

Inspiring
May 17, 2007
In the code
clock_txt.text = hours + ":" + minutes + ":" + seconds +" "+ ampm;

you have to simply attach images

make symbol of each image like for digit 0 you have a image 0.png import to stage convert to movieclip and set linkage name as digit0

for each number attach the image.

may be if you can upload the fla with the images i will do it for you
Participant
May 17, 2007
Thanks for your help. I'm a little lost though... could you give me a more specific example? I have it up to the linkage names but from there I'm lost. Thanks again.