Flash8 Bevel filter for Glow edge effect

Source: Internet
Author: User
Tags filter
Filter

Flash8 filters can make a lot of strange effects, just try more. I use a bevel filter to do the effect, only a few lines of code, this effect called what? It's called Glowing edge! First look at the effect:

source File Download

The scene has a green box instance name is MYMC below is all the code

Import Flash.filters.BevelFilter;
Import Bevel Filter Class
var filterbe:bevelfilter = new Bevelfilter (5, 0x59ff59, MB, 0x00a200);
Define a Bevelfilter object set distance angle high light part shadow part
var filterarray:array = mymc.filters;
Assigns the value of the mymc.filters array to the temporary array filterarray
Filterarray.push (Filterbe);
Store the value of the Filterbe in the myfilters array
This.onenterframe = function () {
Filterarray[0].angle + 5;
Increase angle Value
Mymc.filters = Filterarray;
Applied a filter effect to MYMC
};



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.