• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Fliping Clock

New Here ,
Mar 17, 2011 Mar 17, 2011

Copy link to clipboard

Copied

Hi to everyone

As you Know my AS3 Knowledge it's pretty basic ... I'm re-building my web site and I will like to add a Fliping clock, a few days a go i found this images that would help me to the create the clcok. How can I create (or found) this fliping clock.

PD: I will like to write the code to learn more AS3

Thanks

http://www.skpepublicidad.com/

http://resources.bloguite.com/png/arrivals-board-letters-psd-png

TOPICS
ActionScript

Views

771

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 17, 2011 Mar 17, 2011

Copy link to clipboard

Copied

You'd need two separate skills for this:

1. Create a clock with Timer and Date classes.

2. Display the time using split-flap display animation

1. Create a Timer and on each timeout create a new Date object and read the current time from it.

2. Well, this is AS3 forum, so this topic is not in the scope of the discussion but once you create a linear animation of 0 to 9 (and back to 0), you can just gotoAndPlay() according to the time you get from above.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 17, 2011 Mar 17, 2011

Copy link to clipboard

Copied

LATEST

Hi and thaks.

Thanks for your instructions, searching the web found this user that create the fliping clock that I need but it's in AS2 and the re-building site is in AS3.

Check it out.

http://www.ffiles.com/flash/clocks_and_date/flip_clock_before_digital_2205.html

Thanks a lot.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines