|
||||||
|
||||||
Click by Click: Creating Filters with ActionScript
See Full Version: This is a shortened click by click version of a: Full Length Tutorial

Free
Flash Tutorial
: The flash.filters Package
Flash 8 Professional come with a set of filters that apply rich visual effects. These Flash Filters are similar to those in graphics programs. All the filters can be customised in many ways giving you control of the look and feel of the filters. The filters include Drop Shadow, Blur, Glow, Bevel, Gradient Glow, Gradient Bevel and Adjust Color. All these filters alter what an object looks like.
Here is an example of what you will create in this tutorial:
Example: Download the Flash file Draw 211a
Movie Clip with Glow Filter applied.
Important Note: These Filters only work in Flash Professional 8. The filters are not available in Flash 8 Basic or any of the earlier versions of Flash such as Flash MX04/MX/5.
Step One: Setting up the Document
Step Two: Creating an Object
Step Three: The ActionScript
// Makes the filter available to use in the Movie.
import flash.filters.GlowFilter;// Creates a variable with info about the Glow Filter settings
var myGlowFilter = new GlowFilter (0xff00ff,1,25,25,2,3,false,false);// Applies the filter to the object named myMovieClip
myMovieClip.filters = [myGlowFilter]
See Full Version of this: Tutorial
|
•
2464 visitors to this page since 20 June 06 |
|
|
Webwasp is Phil Schulz's baby. You are welcome to contact me or become my Facebook friend:
Click here
All material on this site is protected under international copyright © law. DO NOT reproduce any material from this site without written permission. Please ask as permission is often granted.
|