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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
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: