Skip to main content
Participant
February 23, 2007
Question

Disable or lose focus on a movieclip

  • February 23, 2007
  • 1 reply
  • 425 views
Say I have a movieclip which i code to act as a button. Upon clicking this button, a transparent movieclip appears located over the original button movieclip. The onRollOver event on the lower, button movieclip is still re-acting to the mouse.

Is it possible for set the "focus" to the transparent movie clip? I guess I could code the onRollOver event to check if the other movie clip is shown before it runs the code in its event.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
February 23, 2007
you can disable the movieclip by setting its enabled property to false.