Skip to main content
April 18, 2012
Question

small letters -capital letters change in Flash CS5

  • April 18, 2012
  • 1 reply
  • 1541 views

hi,

How to change the small letters to capital letters in flashCS5. Please any one tell the solution.

thgs,

This topic has been closed for replies.

1 reply

_spoboyle
Inspiring
April 18, 2012

you might have to explain exactly what you are trying a bit more

you can use the String's toUpperCase() function.

so if you have a textfield for example

myTextField.text = myTextField.text.toUpperCase();

if you want to force small letters to capitals as a user types in a textfield then you would need to add an event listener listening for teh change event and use the above code.

if you are after something else explain in more detail please