Jump to content
Search Community

TweenMax distorting Cursor position in TextField

danno test
Moderator Tag

Recommended Posts

I have an input TextField inside of a MovieClip and when the .swf loads, that movie clip is scaled ( using tweenmax ) to 50%. When i click a button, it makes the movieclip scale back to 100% ( again, using TweenMax ) , and when i place my cursor inside the TextField the cursor is sometimes off by over a character.

 

any idea as to why this is happening?

 

thanks!

Link to comment
Share on other sites

TweenMax certainly wouldn't mess with the cursor position - all it does is update properties (in this case scaleX and scaleY). There's no fancy trickery involved. If the cursor position is off, it's likely either a bug in Flash or there's something else going on in your code (tough to know without seeing your stuff).

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