Jump to content
Search Community

Combining SplitTextField with BlitMask on a moving textField?

eco_bach test
Moderator Tag

Recommended Posts

Trying something that pushes the limits of what I think is possible using just the default plugins

 

I am animating a dynamic textfield with a BlitMask and also updating the text at the same time

So far so good.

 

What I would like to do is incorporate the splitTextField effect similar to the ending in this video

http://www.youtube.com/watch?v=qZqGZERqlqg

 

but without pausing the animated text at all.

Does anyone know of a way to do this?

Link to comment
Share on other sites

If that's the effect you're after, I'm a little confused about why you'd want to use BlitMask because it would have to keep re-rendering all the pixels on every frame. The main benefit to BlitMask is that it can cache the asset as a Bitmap and place those pixels in the masked area quickly, so you can move the target element as much as you want (x and y) and it'll perform better. But if you're changing the nested pixels inside the target, it must recapture constantly which would probably deliver worse performance than if you didn't use BlitMask at all. See what I mean? 

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...