Jump to content
Search Community

BlurFilter for Starling Sprite

Ghost_V test
Moderator Tag

Recommended Posts

I have starling sprite.

 

var image:starling.display.Sprite = new starling.display.Sprite();

 

Is in TweeLite positbility to make a blur effect for starling sprite like as for flash movieClip?

 

Like in this way:

TweenLite.to(image, 10, {blurFilter:{blurX:10, blurY:10}}); 

 

Help, please!

Link to comment
Share on other sites

  • 2 weeks later...

Ghost V, you could try to write your own plugin. Read the source code of how the original blurFilterPlugin was written, and make a few changes (mainly change from flash filter to starling's FragmentFilter). 

 

I had to work with starling as well, and the implementation of such filter plugins weren't so hard (only took less than an hour) thanks to GreenSock's excellent documentation and good coding structure :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...