Jump to content
Search Community

SplitTextField on scaled text

friendlygiraffe test
Moderator Tag

Recommended Posts

Hi,

 

There is a 96pt text size limit in Flash, so I have scaled the text up 200%

 

I've noticed when using SplitTextField, the text appears off centre

var stf:SplitTextField = new SplitTextField(title_tf,SplitTextField.TYPE_WORDS);
TweenMax.allFrom(stf.textFields, 0.5, { motionBlur:{strength:1.5, quality:3},x:"100",autoAlpha:0,ease:Quart.easeOut},0.2);

Any clues as to why this is?

 

Thanks

Link to comment
Share on other sites

That 96pt limit is only the max value that the slider allows. You can make text super large, like 1000pt: http://prntscr.com/7f23ok Just type in the value.

 

if you still have a problem please zip just your fla with the necessary code. I don't see in your code where you are scaling anything. Just want to make sure I see the same thing as you. We will use our own gs files. thanks.

Link to comment
Share on other sites

That 96pt limit is only the max value that the slider allows. You can make text super large, like 1000pt: http://prntscr.com/7f23ok Just type in the value.

 

if you still have a problem please zip just your fla with the necessary code. I don't see in your code where you are scaling anything. Just want to make sure I see the same thing as you. We will use our own gs files. thanks.

Hi Carl,
 
Thanks for your reply
 
I should have mentioned I'm using Flash CS6, which no matter what you type in will still reset the size to 96pt!
 
Thanks
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...