|
||||||
|
||||||
Create Multiple Filters 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 all possible filters available to use in the Movie.
import flash.filters.*;// Creates variables with info about the Filter settings
var myGlow = new GlowFilter (0x000066, 0.7, 9, 9, 3, 3, true, false);
var myDrop = new DropShadowFilter(12, 45, 0x000000, .6, 8, 8, 1, 2, false, false, false);// Applies the filters to the object named myObject
myObject.filters = [myGlow, myDrop];
|
Why not try out webwasp's new community. Meet new people, find friends in your area: Webwasp Mates & Dates
•
10404 visitors to this page since
4 April 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.
|