PDA

View Full Version : Can you have a mouseclick and mouse_over on same button?


mikescott7
02-09-2010, 12:30 AM
I have an animated graphic with a movie clip acting as a button.
When the the mc is visible, there's a MOUSE_OVER that activates static test that appears and then disappears on the MOUSE_OUT.

My question is: Can I add another eventlistener to this, so if I click on the mc that same static text will appear, but stays on the stage and ignores the MOUSE OUT?

Thanks!

Yui
02-22-2010, 02:01 PM
you can use removeEventListener for the mouseOut event when you click on your button.