What is merge mode? What is object drawing mode? Compare the two modes.
What will be an ideal response?
Flash supports drawing shapes in two modes — merge mode and object drawing mode. Using merge mode, you can create complex shapes by merging together simpler shapes. Additionally, shapes drawn in merge mode can be used to destroy the underlying pixels, effectively creating holes in the underlying shapes. Object drawing mode is useful when you want to overlap objects without altering them. Items drawn in merge mode are called shapes, whereas items drawn in object drawing mode are called drawing objects. After choosing a shape tool from the Tools panel (such as the Rectangle or Oval Tool), use the Object Drawing button at the bottom of the Tools panel to select the mode. When this button is selected and displays a gray box around it, you are in object drawing mode. When it is not selected, you are in merge mode. It is generally easier to draw in object drawing mode because you do not have to worry about objects touching, or overlapping and merging into a single shape. You can convert drawing objects that you created in object drawing mode to shapes as if you had drawn them in merge mode. One common workflow is to draw objects in object drawing mode; position, align, and overlap them as desired; then convert them to shapes so they merge together. To determine whether an object on the stage was drawn in merge or object drawing mode, you click it with the Selection Tool. Shapes drawn in merge mode display small dots when selected, whereas drawing objects drawn in object drawing mode display a blue border.
You might also like to view...
A condition can contain variables, constants, properties, methods, or operators.
Answer the following statement true (T) or false (F)
describe a situation where a service is rendered to an individual. The individuals performing the services are described. Using the ATM and Car Maintenance
You are going to the doctor for a check-up. You need to call and make an appointment. When you arrive, you check in at the desk. The nurse calls you back and takes you to the examining room. She takes your blood pressure and other vital signs. The doctor comes in and performs the check up. After he is finished, you get dressed and then check out with the receptionist at the front desk.
What level are styles created on?
A) Character and paragraph B) Word and sentence C) Page and document D) Character and page
The ____ function reads a string from the standard input stream.
A. getstr B. gets C. fgets D. puts E. fputs