A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash analogue clock - minutes non stop

  1. #1
    Junior Member
    Join Date
    Apr 2007
    Posts
    7

    Question Flash analogue clock - minutes non stop

    Hi,

    I was just wondering, is there a way to make analogue clock in flash, but only to make the minutes arrow move non stop?

    i mean in traditional analogue clock, minutes arrow moves every 1 minute, i am trying to make it to move and continue and not to stop? or to make it move only every 3 minutes?

  2. #2
    absolutezero3424
    Join Date
    Nov 2006
    Posts
    508
    of course, first figure out the number of milliseconds in a minute (60000) and set up a TimerEvent.TIMER to make your arrow move a second at a time (1000 ms or 1/60 of a minute)...you can even make it a smooth transition by tweening the position so it appears to constantly move. the details are left to you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center