Is it better to put sound clips on existing layers or on separate layers before adding them to the Timeline? Explain your answer.
What will be an ideal response?
It's best to create a separate layer for each sound clip before adding it to the Timeline. This way, you can easily find and edit them, and you won't be distracted by other content on the layer, such as keyframes, animation, and so on. When you add a sound to a layer, the existing frame range may or may not determine how many frames the sound occupies. For example, a short sound may take up only a few frames, whereas a sound longer than the frame range is simply cut off at the last keyframe.
You might also like to view...
Given the following recursive function definition, what is the stopping case?
void towers(char source, char dest, char help, int numDisks)
{
if(numDisks<1)
{
return;
}
else
{
towers(source,help,dest,numDisks-1);
cout << "Move disk from " << source << " to " <
In the accompanying figure of a hard drive, the item labeled 3 is the ____.
A. spindle B. read-write head C. platter D. drive bay
The Form property used to set the title bar on the Windows form is ____.
A. Title B. Caption C. Text D. Bar
Which of the following is not a category of intellectual property?
a. Copyright b. Imprint c. Patent d. Trade dress