|
||||||
|
||||||
Creating a Blur Filter with ActionScript

Free
Flash Tutorial
Step Two: The ActionScript
Note: With Script Assist on you cannot type in the Actions Panel. If you want to learn more about Script Assist see the tutorial on the Actions Panel
// Makes the filter available to use in the Movie.
import flash.filters.BlurFilter;// Creates a variable with info about the Filter settings
var myBlurFilter = new BlurFilter (10,2,3);// Applies the filter to the object named myObject
myObject.filters = [myBlurFilter];
|
|
•
11228 visitors to this page since
21 March 07 •
|
|
|
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.
|