Flash shape tweening tutorial

The educational technology and digital learning wiki
Jump to navigation Jump to search

Overview

Shape tweening means transforming an object from one state into an other. This is usually called morphing.

Learning goals
Learn how to create basic Flash 9-11 (CS3-CS6) morphing, i.e. shape tweening.
Learn how to use shape hints
Learn how to use shape tweens within embedded movie clips
Prerequisites
Flash CS4 desktop tutorial or Flash CS6 desktop tutorial
Flash layers tutorial
Flash drawing tutorial
Flash object transform tutorial
Flash frame-by-frame animation tutorial or Flash motion tweening tutorial
Moving on
The Flash article has a list of other tutorials.
Quality
This text should technical people get going and may not be good enough for self-learning beginners. It can be used as handout in a "hands-on" class. That is what Daniel K. Schneider made it for. Some examples should be updated to CS6. However they do work.
Level
It aims at beginners. More advanced features and tricks are not explained here.
Materials (*.fla file you can play with)
http://tecfa.unige.ch/guides/flash/ex6/shape-tweening-intro/
Alternative version
Flash CS3 shape tweening tutorial

Introductory example

The principle

You can transform any form (shape) into any other form. Shape tweens work on so-called editable objects, e.g. it will not work with symbols or grouped objects. You may shape tween:

  • Drawing objects (drawings made in object mode)
  • Shapes (drawings made in merge mode)
Important

If CS6 refuses to create a shape tween, you probably work with a symbol (e.g. a movie clip or a graphic symbol) or another non-editable object. Forget it, it won't work ! To extract the graphics from a symbol instance: Right-click->Break apart or double click on the symbol or symbol instance to enter symbol editing mode, then copy paste the graphics you need.

Also, as in motion tweening, the object(s) to be shaped must be in a separate layer.

Step 1 - Draw an object
  • We draw an oval with a thick border with the Oval tool and also set the background.
  • Then we center the oval in the stage. To do so, use the Align panel (Window->Align, or hit Crtl-K)
    • Check to stage and click on the Align icons until you get it right :)

You should have something like this:

A starting frame with an Oval to be morphed
Step 2 - Insert a new blank keyframe
  • Select about frame 20 and hit F7 or right-click on frame 20 and select Insert Blank Keyframe. Do not use "Insert Frame" / "Insert Keyframe" (F6))

F7 will insert an empty new Keyframe

Step 3 - Add a new object to the new keyframe

In this frame, draw a new object, i.e. we inserted a Polystar, also in object mode.

  • Select the Polystar tool (It sits below the rectangle tool and you must hold down the mouse to get at it)
  • Then, in the properties panel, select from the Options pull-down menu: Star and Number of sides = 9
  • Then, draw it by dragging out the mouse
Configuring the polystar tool for a star with 9 points
Step 4 - Change its shape and align it with the oval and the stage

Then make it a bit "oval" and adjust it more or less to the size of the oval

  • Change the width (in the Properties panel or with the Free Transform tool)
  • Align with the oval: To see the oval at the same you can click on the "Edit multiple frames" icon in the Timeline control bar and drag the onion skin marker on top of the timeline all to the left
  • To achieve a perfect centering, use the Align panel. Read Flash arranging objects tutorial if needed.

You should achieve something like this:

A polystar
Step 5 - Change colors of the polystar
  • Firstly, untick the "Edit multiple frames" icon !!
  • Then you can change the colors of the stroke and the fill
Step 6 - Morph
  • Right-click on an empty frame between the two keyframes and select Create Shape Tween
  • Alternatively you also could click into an emtpy frame and select Shape Tweenin the Insert menu on top
Create a shape tween between two keyframes that contain editable graphics
Step 7 - Repeat the other way round
  • Insert a new empty keyframe around frame 40
  • Copy the picture from frame 1 (select it and hit CTRL-C in frame 1)
  • Paste-in-place it to the empty keyframe (CTRL-SHIFT-V)
  • Add the shape tween as above
Test;
  • Move around the playhead
  • Menu Control->Test Movie

If the animation is too fast, drag the keyframes to the right

  • Click on the keyframe first. You should see a cursor with a rectangle
  • Only then you can drag.
Extend shape tween span by dragging the second keyframe

Done :)

Result and source
You can admire the result
Source: flash-cs6-shape-tweening-intro.fla
Directory: http://tecfa.unige.ch/guides/flash/ex6/shape-tweening-intro/
Some design tips
  • You should consider doing a shape transform in several steps, i.e. use several shape tweens in a row (for the same shape) or use shape hints. This wasn't done here.
  • For smooth shape tweening, working with objects without borders (strokes) is usually a better choice. (set the stroke color to none, e.g. the white rectangle with a red diagonal bar). Also, unbreak graphics until the whole thing becomes a shape. You always can make it graphic again by "union" it (Modify->Combine Objects->Union).
  • You can put several shape tweens in different layers.
  • Do not use shape tweening for simple re-sizing animations. A motion tween can do that. Simply use the free transform tool to change the size (width/height) of the tweened symbol in some keyframes.

Morphing traced bitmaps

To morph images there are two kinds of solutions:

  • Break images apart (right-click on the picture). This turns it into a shape. You then can make a copy of it and manipulate all sorts of things (e.g. size, colors, e.g. with the lasso tool and the magic wand).
  • Trace images, i.e. turn them into vector graphics.

See the Flash bitmap tracing tutorial for some ugly examples or portrait morphing.

Morphing an egg into dragon clip

In this animation I used an embedded movie clip with the following procedure

Step 1: Main timeline layers and creation of a Movie clip symbol

  • Created a background using grading colours (Read the flash colors tutorial)
  • Created a new layer called "Dragon Animation"
  • Created a grey egg with the oval tool (no borders)
  • Created a movie clip symbol from this drawing. Named it "Dragon clip".
Main time line setup: 1 Layer for the background, 1 layer for the dragons (no animation)

Step 2: Movie clip that includes the shape tween

  • Double click on the Dragon clip symbol the scene to edit this embedded movie clip
  • The Dragon was found on openclipart.org and made by Ivo Grimaldi
  • Created a new empty keyframe in frame 72
  • Open the Dragon SVG in Illustrator, Select All, Copy, and Paste to Flash CS6
  • Break apart several times until only the shape remains
  • Remove the eyes
  • Create the shape tween as above
Editing the Dragon Movie Clip symbol

Step 3: Adjustments

  • Go back to the scene (click on "Scene 1)
  • Drag more dragon clips to the Scene
  • Adjust their size (press ALT-CTRL-S) and position...
  • Add an ActionScript 3 command to stop the animation: Select frame 72, hit F9, then type stop ();, hit F9 again. Use another layer if you prefer clean code...

Files

Shape hints - where should shapes go

In order to create some slightly better shape animations you can give Flash hints where a shape should go. “Shape hints identify points that should correspond in starting and ending shape. 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.” ([1], retr. nov 2008)

  • Select the first keyframe
  • Create one or more shape hints (Modify->Shape->Add shape hint) or hit CTRL-SHIFT-h.
  • You will see some little letters that appearing
  • Then, drag these onto borders of the shapes in a keyframe until they "snap", i.e. to points (places) of a shape outline that you want to "move" gracefully to another place in the next keyframe.
  • Repeat this in the next keyframe of this shape tween. Drag the shape hints to places on the border where the initial points should go.

Notice: If the shape hints disappear, hit CTRL-ALT-H.

Example - shape hints for letters and webdings

Correctly applied shape hints for the first letter
Correctly applied shape hints for the second letter

The shapes have been made with the the text tool. Since characters are not shapes, you will have to break apart a text (right-click menu). The heart and the forbidden sign was mad with the webdings font. Read webdings and wingdings in order to learn about these very special fonts.

Source: shape-tweening-intro/flash-cs3-shape-hints.fla

Bad example

Let's now look at a bad example. To do shape hinting right, each morphed shape should be in a different layer if I understand right and they should be attached to borders. In the following example they sit on the shape and do nothing at all. (Yes I know I should fix this, but did not have time)

Below are three screen captures for keyframe 1, keyframe 2 and keyframe 3 of an animation that starts with a tear on top. It then separates into 2 tears. In the third keyframe one becomes a hill and the other one morphs into a tree. It almost looks good, as you can see

Results and source:

flash-cs3-shape-tweening-hints.fla
Source directory: http://tecfa.unige.ch/guides/flash/ex/shape-tweening-intro/
Remember how to view all shape hints

Shape hints will disappear from view when edit something.

  • Select the layer(s) within which you have shape hints and select View->Show Shape Hints or hit CTRL-ALT-h
  • Notice: To add new shape hints, press CTRL-SHIFT-h.
Alternative example

Flash Professional / Shape tweening], Adobe, retrieved jan 2013.

In the Flash bitmap tracing tutorial we tried shape hints for a portrait morphing. A 2-color portrait was morphed into another. Some objects were given shape hints.

Fla file: flash-cs3-shape-picture-morphing2.fla
Directory: http://tecfa.unige.ch/guides/flash/ex/shape-tweening-intro/

Shape tweens of motion tween elements

A simple motion animation with 2 shape changing objects

To use a shape tweened object in a motion tween animation, you simply could save a shape tween as *.swf (Flash) and then import as movie. But you also can draw everything in the same *.fla file using embedded movie clips as we have seen above using the simple Egg/dragon animation.

The following example was made in Flash CS3 and used what is now called "classic tweening" and guided motion tweens. Since CS4, the same result could be achieved by simpler "normal" motion tweens, but the old method still works fine.

Step 1 - Draw the object
  • anything (but preferably without strokes since shape tweens don't render these very well) ...
Step 2 - Turn into movie symbol
  • Select the object
  • Right-click->Convert to Symbol
  • Select Movie clip !

Repeat this for the other objects you want to animate, e.g. create a blue circle that represents a planet.

Convert an object to movie symbol
Step 3 - Edit the movie clip symbols
  • Double-click on the instance of the symbol in the stage (or the movie clip in the library)
  • Do shape tweens. Make sure that you really are in symbol edit mode. E.g. in the screen capture below you can see in the Edit bar that we are editing "Planet" (a movie) and not "Scene 1".
Edit a Movie Symbol (the planet)

Click on scene 1 (or whatever your scene is called) to get back to the normal stage (alternatively use the pull-down menus to the right).

  • The planet was made with a simple gradient transform. In the first keyframe there is some green on the upper left and in the second keyframe it is on the lower right.
  • The star simply changes color from yellow to orange and then from orange back to yellow.
Step 4 - Create a motion animation for each of the shape tween movie clips
  • Tip: if you want to move an object around an ellipse, draw a real ellipse then cut of tiny bit with the eraser. It then becomes a motion guide line.

The picture below shows the kind of time line in you should get in the main scene.

Edit a Movie Symbol (the planet)
Final Tips
  • Make sure at which level you are editing (scene or embedded movie clip) !
  • Use a different layer for each motion animation. In each layer just put one symbol. Then add (if you want) a motion guide layer to each of these layers... otherwise you met get really unexpected results (E.g. if you see a "tween" in your library something went wrong).
Results
Source: flash-cs3-shape-tweening-in-motion.fla
Directory: http://tecfa.unige.ch/guides/flash/ex/shape-tweening-intro/

A simple doubly embedded motion animation with 2 shape changing objects

Of course a planet should turn around the star. Therefore we should embed the planet motion animation with the star motion animation, e.g. something like this motion-in-motion animation

Source
  • Get files flash-cs3-shape-tweening-in-motion2.* from:
Source: flash-cs3-shape-tweening-in-motion2.fla
Directory: http://tecfa.unige.ch/guides/flash/ex/shape-tweening-intro/

Links

Example materials

Example files used (including *.fla source) can be found here:

http://tecfa.unige.ch/guides/flash/ex6/shape-tweening-intro/ (CS6 examples)
http://tecfa.unige.ch/guides/flash/ex/shape-tweening-intro/ (CS3 examples)
  • Click on either an *.html or *.swf file to see.
  • Get the *.fla file if you want to make modifications. The standard copyright of this wiki applies, unless spelled otherwise.

Adobe documentation