Skip to main content
January 30, 2011
Question

Problem to MouseEvent Listener

  • January 30, 2011
  • 1 reply
  • 324 views

Hey

Guys

I have a problem for firing MouseEvent.MOUSE_OVER event.

Here is the Case

I have three layer

first layer have circle_mc,and other

second layer have big movie clip which have a border for the circle_mc, and other

with instance name border_mc,

and my code is here

circle_mc.addEventListener(MouseEvent.CLICK, movieC);

function movieC(evt:MouseEvent):void

{

trace("MovieClip is Clicked);

}

but it does not work,

Please help me to solve this.

thanks

This topic has been closed for replies.

1 reply

January 30, 2011

when i change the layer it works

But i don't want to change the layer

thanks