Skip to main content
Participating Frequently
April 14, 2008
Question

focus yellow frame

  • April 14, 2008
  • 3 replies
  • 625 views
I am using KeyboardEvent and need to set different focus in the different MovieClip
when I set a new focus ,there is a yellow edge along the movieClip
no one want to see a yellow edge ,how can I do,thanks for your solution!
This topic has been closed for replies.

3 replies

Participating Frequently
April 15, 2008
thanks for your help
Participant
April 14, 2008
stage.stageFocusRect = false;

Or if you're just trying to turn off one button, you can use

yourbutton.stageFocusRect = false;
April 14, 2008
Set _focusrect to false.