Flash - textfield onfocus?

Out of context: Reply #1

  • Started
  • Last post
  • 2 Responses
  • cereals0

    You need to be looking at two things here, one is the event listeners within flash

    Lookin the help file: TextField.addListener()

    and then look at

    TextField.onSetFocus

    Those will help you find if the textbox has been found by the focus tab.

    If you want to find out if they have been clicked, use the normall method...

    You could place within a movieclip or button and test for either hitTest() or onPress()

View thread