Skip navigation
Currently Being Moderated

need to flip letter horizontally

Jul 21, 2012 10:13 AM

hi,

 

I would like to flip a letter (text) horizontally.  For example, I would like my "b" to become "d". 

Is there a way to script this?

 

thanks,

Sam

 
Replies
  • Currently Being Moderated
    Jul 21, 2012 10:23 AM   in reply to Samsimms

    One way is to gradually change its scaleX property from 1 to -1.  Another is to gradually change its rotationY property from 0 to 180

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 21, 2012 3:05 PM   in reply to Samsimms

    Then place the text in a movieclip if that's all you can flip.  Otherwise, show the code you are trying that is not working... it can work with a textfield, although you'll have more control options for a movieclip containing text.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 21, 2012 6:48 PM   in reply to Samsimms

    The TLFTextfield is supposed to be made for supporting RTL (right to left) text if that is what you are trying to accomplish.  I have no experience with it, so the best I caqn suggest is to search Google using "AS3 TLFTextfield RTL text"

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points