The document discusses three techniques in Adobe Flash:
1) Image masking allows applying a shape to crop a display object. Masks can stay stationary or animate for transitions and effects.
2) Transitions use classes like Tween and TransitionManager to create smooth animation effects when adding or removing objects from the screen, like fade-ins and fade-outs.
3) ColorTransform objects allow dynamically changing an object's color at runtime without using multiple images.