Tuesday, February 16, 2010

Week 4 [2/16/10]

Masking with soft edges

Gradient transform tool

Distribute to layers

Set gradient to radial > select the last color on the gradient map > set alpha to 0% (transparency)

Masks with shapes



Mask multiple imgs at the same time


Size adjustment in properties.

Have the Mask animate across the screen etc. for banner ads.

Using Gradient masks
Change the pictures into a symbol

Give it the instance name (in property)

The gradient masks have to use code instead of lines

gradientcircle_mc.cacheAsBitmap = true;
landscape_mc.cacheAsBitmap = true;
landscape_mc.mask = gradientcircle_mc;

*Check Cache as bigmap in property*

Text
Right click > Break apart
Right click > Distribute to layers

Use gradient over masks
Blending (in properties)

Hw: Photoshopped documents > make some banners

Tuesday, February 9, 2010

Week 3 [2/10/10]

Using bitmap > img > turn to vector
Modified > Bitmap > Trace bitmap


> 3D Rotation tool (Envelope option selected) > to select certain parts.
> 3D Rotation tool > Distort (after selection with envelope)


To stop an action for a while, just extend the timeline without keyframes.
Use of motion editor
> Gradient

Add motion guide to animate the ball

Draw a path on the guide layer using the pen tool
Make sure the object is a movieclip
Lock the ball onto the beginning of the path / last point on the path


Stop the guide layer (F5)
F6 the ball layer
Create classic tween on the ball layer


Edit easing

Action Scripts
1 stop();
2 instance_name.gotoAndPlay(2);
> # is the # of keyframe you want the instance to return and have it go play
3 this.parent.play();
HW: 3 things > try the motion editor

Tuesday, February 2, 2010

Week 2 [2/2/10]

> F8 convert (objects etc) to symbol.

> Draw an object in a movie clip > Object drawing

> Layer within a movie clip

> Change properties of a movieclip / object within properties



> Filters

> Properties > Display > Blending = how clips blend
> Action > Scripts
> Right click > create motion path

> Motion tween can be used after motion path is created

> Property > Ease > in & out

HW: 3 files incorporating everything > Movieclip in a movieclip in a movieclip + filter properties. Theme: Honeybee & airport security (one of them)