Keyboard Focus (1)

February 16th, 2009 by terrypaton, under Library.

I need to use these commands occasionally when I attaching MovieClips at runtime and they don’t pick up keyboard events

stage.stageFocusRect=false; // Turns off the big yellow rectangle that indicates what item has fouc

stage.focus = myMovieClip; // sets the focus to the clip you want.

One Response to “Keyboard Focus”

  1. error says:

    my name is error

Leave a Reply