Monday, May 4, 2009

CLASS 5

OBJECTS THAT CAN BE TWEENED
The types of objects that can be tweened include movie clip, graphic and button symbols, and text fields. The properties of these objects that can be tweened include the following:
2D X and Y position
3D Z position (movie clips only)
2D rotation (around the z axis)
3D X, Y, and Z rotation (movie clips only)
3D motion requires that the FLA file target ActionScript 3.0 and Flash Player 10 in the publish settings.
Skew X and Y
Scale X and Y
Color effects
Color effects include alpha (transparency), brightness, tint, and advanced color settings. Color effects can be tweened only on symbols. To tween a color effect on text, convert the text to a symbol.
Filter properties (not including filters applied to graphic symbols)

Saturday, April 25, 2009

CLASS 4

Motion Tween Tutorial from Adobe TV


Thursday, April 23, 2009

Car with rotating wheels step by step

This is a slightly different way, hopefully easier to understand.

Create a new document.
On the stage draw a wheel using the oval tool. Make a few spokes with the line tool in order to be able to see the rotation.

Select the wheel and convert it into a graphic symbol (under the modify menu)

Under the insert menu select new symbol. Make it a movie clip.

This will put you inside the symbol. Notice the mc icon next to the scene 1.
Drag the wheel from the library(the graphic you made before) to the empty white space. Now you have a graphic symbol inside a movie clip.

On the timeline of the movie clip (make sure you are still inside it) animate the graphic applying a rotation.

Next click on scene 1 under the timeline. This will bring you to the main timeline.

If the graphic is still there get rid of it. Then pull from the library two instances of the movie clip and set them side by side as wheels. Draw a body for your car.

Select both wheels and the car body and turn them into a graphic symbol called car.

Animate the car on the main timeline.

Monday, April 20, 2009

CLASS3

About symbols

A symbol is a graphic, button, or movie clip that you create once in the Flash authoring environment.
A symbol can include artwork that you import from another application. Any symbol that you create automatically becomes part of the library for the current document.

An instance is a copy of a symbol located on the Stage or nested inside another symbol. An instance can be different from its parent symbol in color, size, and function. Editing the symbol updates all of its instances, but applying effects to an instance of a symbol updates only that instance.

Using symbols in your documents dramatically reduces file size; saving several instances of a symbol requires less storage space than saving multiple copies of the contents of the symbol. For example, you can reduce the file size of your documents by converting static graphics, such as background images, into symbols and then reusing them. Using symbols can also speed SWF file playback, because a symbol needs to be downloaded to Flash® Player only once.

Share symbols among documents as shared library assets during authoring or at runtime. For runtime shared assets, you can link assets in a source document to any number of destination documents, without importing the assets into the destination document. For assets shared during authoring, you can update or replace a symbol with any other symbol available on your local network.


Graphic symbols and Movie clips

Use graphic symbols for static images and to create reusable pieces of animation that are tied to the main Timeline. Graphic symbols operate in sync with the main Timeline. Interactive controls and sounds won’t work in a graphic symbol’s animation sequence. Graphic symbols add less to the FLA file size than buttons or movie clips because they have no timeline.
Use movie clip symbols to create reusable pieces of animation.
Movie clips have their own multiframe Timeline that is independent from the main Timeline—think of them as nested inside a main Timeline that can contain interactive controls, sounds, and even other movie clip instances. You can also place movie clip instances inside the Timeline of a button symbol to create animated buttons. In addition, movie clips are scriptable with ActionScript®.

Clarification about Shapes and Drawing objects

The default drawing mode automatically merges shapes that you draw when you overlap them. When you draw shapes that overlap each other in the same layer, the top-most shape cuts away the part of the shape underneath it that it overlaps. In this way, drawing shapes is a destructive drawing mode. For example, if you draw a circle and overlay a smaller circle on top of it, and then select the smaller circle and move it, the portion of the second circle that overlaid the first circle is removed.Creates shapes referred to as drawing objects. Drawing objects are separate graphic objects that do not automatically merge together when overlaid. This lets you overlap shapes without altering their appearance if you move them apart, or rearrange their appearance. Flash creates each shape as a separate object that you can individually manipulate.

When a drawing tool is in Object Drawing mode, the shapes you create with it are self-contained. The stroke and fill of a shape are not separate elements, and shapes that overlap do not alter one another. When you select a shape created using Object Drawing mode, Flash surrounds the shape with a rectangular bounding box to identify it.

Monday, April 13, 2009

CLASS 2

SHAPE TWEENS STEP BY STEP

The following steps show how to create a shape tween from frame 1 to frame 30 of the Timeline. However, you can create tweens in any part of the Timeline that you choose.
1. In frame 1, draw a square with the Rectangle tool.
2. Select frame 30 of the same layer and add a blank keyframe by choosing Insert > Timeline > Blank Keyframe or pressing F7.
3. On the Stage, draw a circle with the Oval tool in frame 30. You should now have a keyframe in frame 1 with a square and a keyframe in frame 30 with a circle.
4. In the Timeline, select one of the frames in between the two keyframes in the layer containing the two shapes.
5. Choose Insert > Shape Tween. Flash interpolates the shapes in all the frames between the two keyframes.
6. To preview the tween, scrub the playhead across the frames in the Timeline, or press the Enter key.
7. To tween motion in addition to shape, move the shape in frame 30 to a location on the Stage that is different from the location of the shape in frame 1. Preview the animation by pressing the Enter key.
8. To tween the color of the shape, make the shape in frame 1 a different color from the shape in frame 30.
9. To add easing to the tween, select one of the frames between the two keyframes and enter a value in the Ease field in the Property inspector. Enter a negative value to ease the beginning of the tween. Enter a positive value to ease the end of the tween.




11. Control shape changes with shape hints
To control more complex or improbable shape changes, you can use shape hints. Shape hints identify points that should correspond in starting and ending shapes. For example, if you are tweening a drawing of a face as it changes expression, you can use a shape hint to mark each eye. Then, instead of the face becoming an amorphous tangle while the shape change takes place, each eye remains recognizable and changes separately during the shift.
Shape hints contain letters (a through z) for identifying which points correspond in the starting and ending shapes. You can use up to 26 shape hints.
Shape hints are yellow in a starting keyframe, green in an ending keyframe, and red when not on a curve.
For best results when tweening shapes, follow these guidelines:
• In complex shape tweening, create intermediate shapes and tween them instead of just defining a starting and ending shape.
• Make sure that shape hints are logical. For example, if you’re using three shape hints for a triangle, they must be in the same order on the original triangle and on the triangle to be tweened. The order cannot be abc in the first keyframe and acb in the second.
• Shape hints work best if you place them in counterclockwise order beginning at the top-left corner of the shape.
Use shape hints
1. Select the first keyframe in a shape-tweened sequence.
2. Select Modify > Shape > Add Shape Hint. The beginning shape hint appears as a red circle with the letter a somewhere on the shape.
3. Move the shape hint to a point to mark.
4. Select the last keyframe in the tweening sequence. The ending shape hint appears somewhere on the shape as a green circle with the letter a.
5. Move the shape hint to the point in the ending shape that should correspond to the first point you marked.
6. To view how the shape hints change the shape tweening, play the animation again. To fine-tune the tweening, move the shape hints.
7. Repeat this process to add additional shape hints. New hints appear with the letters that follow (b, c, and so on).
View all shape hints
 Select View > Show Shape Hints. The layer and keyframe that contain shape hints must be active for Show Shape Hints to be available.
Remove a shape hint
 Drag it off the Stage.
Remove all shape hints
 Select Modify > Shape > Remove All Hints.


 

Monday, April 6, 2009

Class 1 April 2009

• Using Flickr as the source of shared images
• Matching color, perspective, direction and size when combining images
• Duplicating a layer in Photoshop
• Using the Navigator tool
• Using the Pen tool to create a path
• Using the Direct select and the Bezier curve tools.
• Changing the path into a selection
• Using the Select Menu
• Manipulating layers
• Using the Blending Options/ Layer Effex

Cutting out the elephant figure from the jpg image

Duplicate the background layer by dragging the layer to the new layer symbol at the bottom of the Layer Window and letting it go or under Layer Menu duplicate layer. Take the Pen Tool from the tool box (make sure it is the Pen Tool and not one of the sub menu tools). Under the top menu, second row select path. You want to make a path not a shape. With the pen start laying anchor points around the elephant till you close the path. Use the Direct Select Tool to reposition the points and the Convert Point Tool to create Bezier curves where needed.

After your path is completed click on the Path Window tab. If the Path window is not opened you’ll find it under the Window menu. Make sure you have the path selected. At the bottom of the path window you will find a dotted circle. In order to load the path as a selection click on it. The path changes into a selection. Under the Select menu select inverse and you are ready to cut the background around the elephant.

Monday, March 9, 2009

CLASS 5

TWEENS

A tween is an animation that is created by specifying a value for an object property in one frame and another value for that same property in another frame. Flash calculates the values for that property in between those two frames. The term tween comes from the words “in between”.
For example, you can place a movie clip on the left side of the Stage in frame 1 of the Timeline, and then move that movie clip to the right side of the Stage in frame 20. When you create a tween, Flash calculates all the positions of the movie clip on Stage in between the two positions, right and left, that you specified. You end up with an animation of the movie clip moving from the left side of the Stage to the right side, from frame 1 to frame 20. In each frame in between, Flash moves the movie clip one 20th of the distance across the Stage.

SHAPE TWEENS

Shape tweens work best with simple shapes. Avoid shapes with cutouts or negative spaces in them. Experiment with the shapes you want to use to determine the results. You can use shape hints to tell Flash which points on the beginning shape should correspond to specific points on the end shape.

You can also tween the position and color of shapes within a shape tween.

To apply shape tweening to groups, instances, or bitmap images, break these elements apart.

To apply shape tweening to text, break the text apart twice to convert the text to objects.

OBJECTS THAT CAN BE TWEENED

The types of objects that can be tweened include movie clip, graphic and button symbols, and text fields. The properties of these objects that can be tweened include the following:
2D X and Y position
3D Z position (movie clips only)
2D rotation (around the z axis)
3D X, Y, and Z rotation (movie clips only)
3D motion requires that the FLA file target ActionScript 3.0 and Flash Player 10 in the publish settings.
Skew X and Y
Scale X and Y
Color effects
Color effects include alpha (transparency), brightness, tint, and advanced color settings. Color effects can be tweened only on symbols. To tween a color effect on text, convert the text to a symbol.
Filter properties (not including filters applied to graphic symbols)

MOTION AND CLASSIC TWEENS

Classic tweens use keyframes. Keyframes are frames in which a new instance of an object appears. Motion tweens can only have one object instance associated with them and use property keyframes instead of keyframes.
A motion tween consists of one target object over the entire tween span.
Both motion tweens and classic tweens allow only specific types of objects to be tweened. Applying a motion tween will convert all non-allowed object types to a movie clip when the tween is created. Applying a classic tween will convert them to graphic symbols.
Motion tweens consider text a tweenable type and do not convert text objects to movie clips. Classic tweens convert text objects to graphic symbols.

Sunday, March 8, 2009

Sunday, March 1, 2009

CLASS4

Finally we are going back to the elephant. We are going to import it into flash and see what we can do with it.
We are going to learn:
-Tracing Bitmaps
-Graphic symbols
-Movie Clips
-Using the bone tool with movie clips
-Editing the movie clips internal timeline
- 3D tool
-Classic tween
-Motion tween
It is a lot so I hope you are rested in a good mood and in time. See you there!

Monday, February 16, 2009

CLASS 3

We are going to stay with shapes.
We will learn about:
- Easing in and out
- Morphing shapes
- Manipulating shapes with the Bone Tool
Half of the class time will be dedicated to individual projects

If you want to get a sense of what we'll be doing in our next class watch:

SHAPE TWEEN HOW TO

Select the Rectangle Tool. Select a fill color. Select no stroke (the red slashed square). Make a rectangle. Give the layer the name "He" by double clicking on the Layer 1. Click in frame 24 and insert a keyframe under the Insert Menu, Timeline or right click in the frame and select Insert Keyframe. Right now you have an animation that lasts a second where nothing happens be cause your object(He) is in the same position in keyframe one and keyframe 24. Click in frame 24 and move the object away. Now you have two different keyframes and when you play your animation the object jumps to the new position. Select a frame between the keyframes and right click selecting Create a Shape Tween. An arrow appears between the two keyframes and the object moves smoothly between the two key frames. The change is distributed incrementally between the 24 frames of the animation.


Sunday, February 8, 2009

Class 2 Curriculum and Project

CLASS 2

• Raster images and Vector images
• Flash CS4 Toolbox and interface
• Frames Keyframes and Timeline
• Shapes
• Character Animation.
• Shape Tween
• Alpha
• Making a fade in Flash
• Text Tool
A simple animation for our first project

Thursday, February 5, 2009

Elephant in a room by Bansky

Class one photoshop tutorial

Cutting out the elephant figure from the jpg image

Duplicate the background layer by dragging the layer to the new layer symbol at the bottom of the Layer Window and letting it go or under Layer Menu duplicate layer. Take the Pen Tool from the tool box (make sure it is the Pen Tool and not one of the sub menu tools). Under the top menu, second row select path. You want to make a path not a shape. With the pen start laying anchor points around the elephant till you close the path. Use the Direct Select Tool to reposition the points and the Convert Point Tool to create Bezier curves where needed.

After your path is completed click on the Path Window tab. If the Path window is not opened you’ll find it under the Window menu. Make sure you have the path selected. At the bottom of the path window you will find a dotted circle. In order to load the path as a selection click on it. The path changes into a selection. Under the Select menu select inverse and you are ready to cut the background around the elephant.

Monday, February 2, 2009

Class 1 Curriculum

CLASS 1

• Using Flickr as the source of shared images
• Matching color, perspective, direction and size when combining images
• Duplicating a layer in Photoshop
• Using the Navigator tool
• Using the Pen tool to create a path
• Using the Direct select and the Bezier curve tools.
• Changing the path into a selection
• Using the Select Menu
• Manipulating layers
• Using the Blending Options/ Layer Effex

Saturday, January 31, 2009

NEW CLASS



I met him near one of the missions by the Burnside Bridge. I was taking pictures. He was homeless but had a picture phone and started taking pictures of me taking pictures. He was really enjoying himself I think in the same way I enjoy technology. I am starting to teach this new multimedia class, I hope to my students will also enjoy themselves.