|
||||||
|
||||||
Creating a Bevel 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.BevelFilter;// Creates a variable with info about the Filter settings
var myBevelFilter = new BevelFilter (7,45,0xff99ff,0.4,0x000000,0.4,16,8,5,3,"inner",false);// Applies the filter to the object named myObject
myObject.filters = [myBevelFilter];
|
Why not try out webwasp's new community. Meet new people, find friends in your area: Webwasp Mates & Dates
•
3945 visitors to this page since
9 March 07 •
|
|
|
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.
|