First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: GOusable | Website: http://www.gousable.com/

Step 2. How to use bitmap filters with Text2Curve

As you can guess, Text2Curve object is not an ordinary textfield. Instead, it is a movieclip containing all your text along with letters' positioning.
Thus, you can apply filters to this clip, referenced as Text2Curve.baseClip . Below we'll see several examples of this, one at a time.
Note: The target Text2Curve object is referenced as my_t2c in code examples below.

Blur filter

import flash.filters.BlurFilter;
var my_blur:BlurFilter = new BlurFilter(4, 4, 2);
var myFilterArray:Array = new Array();
myFilterArray.push(my_blur);
//
my_t2c.baseClip.filters = myFilterArray;

Drop Shadow filter

import flash.filters.DropShadowFilter;
var my_shadow:DropShadowFilter = new DropShadowFilter(10,45,0x333333,1,4,4,1,3,false,false,false);
var myFilterArray:Array = new Array();
myFilterArray.push(my_shadow);
//
my_t2c.baseClip.filters = myFilterArray;

Bevel filter

import flash.filters.BevelFilter;
var my_bevel:BevelFilter = new BevelFilter(2,45,0x999999,1,0x333333,1,2,2,1,3, 'inner',false);
var myFilterArray:Array = new Array();
myFilterArray.push(my_bevel);
//
my_t2c.baseClip.filters = myFilterArray;

See more information about filters in Flash documentation.

See more information about Text2Curve and examples at component's site:
http://www.gousable.com/flash/text2curve.html

GOusable
Flash components development.
Usability services.
» Level Advanced

Added: 2007-03-03
Rating: 6 Votes: 2
(10 being the highest)
» Author
GOusable Flash components development. Usability services.
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: Christopher E Vance
» Title: Aqua Live
» Description:

A vector based mermaid.

Featured Sound Loops
Image for equalize

Audio Player

» Author: Peter
» Title: Action
» Description: Funk Action Groove loop. let me know if you manage to find a use for it, would love to see it. Thanks
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: SoundScalpel
» Description: Cartoon stretching/expanding sound made from rubbing an inflated balloon.