|
Set the height of the line to the same height as the movie (150), and
move the line to the center by setting X to 75
and Y to 0.
Now we need to duplicate this line. With the line still selected,
copy it, then do
Edit->PasteInPlace.

You now have 2 lines, although it seems that there's only one because the
newly copied line is overlapping right above the original line.
With the new line still selected, select Modify->Transform->Rotate 90º
CW (if you had accidentally unselected the line, just click on it once
to select it).

Now we have 2 lines, crossing each other. Save the project.
Select everything (do Edit->Select All). We want to
copy the 2 lines, paste and rotate them.
Do Edit->Copy,
then Edit->PasteInPlace. The newly copied lines are
pasted on top of the old lines. Do not unselect the newly copied lines
(if you accidentally unselected them, reload the saved project and redo
this process.)
Do
Menu->Modify->Transform->Scale and Rotate...
Enter 30 as the rotation angles, and you should then get this:

We want to keep doing this copy-paste-rotate steps to add
markers around the clock outlines. For now, save the project first.
Do Edit->PasteInPlace again.
Do not unselect the newly copied lines (if you accidentally unselected them,
reload the save project.)
Do Menu->Modify->Transform->Scale and Rotate...
Enter 60 as the rotation angles and you should get this:
Save the project.
If you look at closely, you'll realize that not we have 12 tick markers, indicating
tick locations from hour 1 to 12. What we want to do now, is to make the smaller
minutes and seconds tick markersmarkers.
Select everything (Do Edit->Select All), then Edit->Copy,
then Edit->PasteInPlace. Do not unselect the newly
copied lines (if you accidentally unselected them, reload the save project.)
Do Menu->Modify->Transform->Scale and Rotate...
Enter 6 as the rotation angles and you should get this:

Do Edit->PasteInPlace and Menu->Modify->Transform->Scale and
Rotate... again three more times. Use rotation angles: 12, 18,
and 24. You should get something like this:
Since
there're 60 seconds per rotation (ie: 60 seconds per minute), each tick is
(360 degrees/60) = 6 degrees. That's where the numbers 6,
12,
18, and 24 come from.)
Save the project. Create a new layer on top of the TickMarkers layer.
Name the layer: Cover. Draw a circle and using the object
property, position the circle so it covers the inner portion of the movie,
covering the lines.
You can set the width and height of the circle to anything you like.
The point is that we want a small portion of the lines to show through as
ticks.
Here I set the diameter of the circle to 140. The dimension of
the movie is 150x150 pixels, so that makes the circle 10 pixels less than
the dimension of the movie. To center that circle, I moved it halfway
of the 10 pixels difference, which is 5 pixels.
|