Make flash clock with the specific steps

Users questions: Who would do, sent me thank you, requires much detail as possible, I just started learning. . .
Experts answer: steps, as follows: a: Create a movie clip, draw a needle-free watch (center aligned), II: re-establishment of three movie clips are painting: hour, minute and second hands (above center) 3: re-establish a Movie clip, drag the needle watch them (center alignment), insert the frame at 12. Were established three layers: hour, minute and second hands, no needles were dragged into the watch at 12:00:00 into. In the 12 at the insert frame. In the "instance name" abc, respectively, fill four: re-establishment of a Layer, the input clock moving sound. V: then create a layer in an enter the following code: varmyTime: Date = newDate (); vart_sound: Sound = newSound (); vard_sound: Sound =newSound();varm:Number=myTime.getMinutes();vars:Number=myTime.getSeconds();varh:Number=myTime.getHo urs();if(m==0&&s==0){if(h 12){h=h-12;}if(h==0){h=12;}d_sound.start(0,h);}t_sound.start(0,1);a._rotat ion = h * 30 + m * 0.5; ** per hour to go 30 degrees, 0.5 degrees per minute to go. b._rotation = m * 6; ** 6 degrees per minute to go. c._rotation = s * 6; Six: Enter the following in the 12 code gotoAndPlay ( 1); Seven: this movie clip dragged into the scene. Eight: If do not understand this step, you see I uploaded the source file. Attachment: Untitled-1.fla
  • This information provided by the users.Thanks!