How do i know if mouse is over a movie clip (Flash) ?

valentin p

New member
I want something happening when mouse isn't over the movie clip. I tried: if (mc.onRollOver != true) {} thinking it would return a boolean value. It doesn't work.
 
Back
Top