Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6813083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:31:42+00:00 2026-05-26T20:31:42+00:00

I want to make simple motion tween of analog timer seconds arrow. Can i

  • 0

I want to make simple motion tween of analog timer seconds arrow. Can i sync it with specified defined timer on AS3?

I know that the regular speed of animation can variate according to system specs. Any suggestions?

Thanx in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:31:43+00:00Added an answer on May 26, 2026 at 8:31 pm

    Given your requirements, I suggest that pure actionscript would be the way to go.

    Your arrow should be a movieclip. With actionscript, we can change the rotation of the movieclip to make it rotate around like an analog clock. Frames are not a good way to keep track of time, so timers are the way to go.

    Here’s some sample code:

    var secondTimer:Timer;
    public function Arrow() {
        secondTimer = new Timer(1000); //1 second
        secondTimer.addEventListener(TimerEvent.TIMER, tickTock);
    }
    private function tickTock(e:TimerEvent){
        rotation += 6; //360 degrees, 60 seconds. 1 second = 6 degrees
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to make a simple game so that I can play against my
I want to make a simple just-in-time compiler with c on Linux. How can
I want to make a simple web form where somenone can access from his
i want to make a simple chat with flex as3 and red5 media server
As example, I want make simple resizer, where you can select image in explorer
I want to make a simple doodle application, for android, but I don't know
hi i want make simple file explorer which can display all folder of sdcard
i want to make a simple jquery slider, i dont know jquery very well,
I want to make a simple function that I can call on to query
I want to make a simple timer in Android that updates a TextView every

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.