|
||||||
|
||||||
Create Flash Glow 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.GlowFilter;// Creates a variable with info about the Filter settings
var myGlowFilter = new GlowFilter (0x6699FF,0.6,4,20,3,3,false,true);// Applies the filter to the object named myObject
myObject.filters = [myGlowFilter];
|
|
•
19166 visitors to this page since
23 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.
|