Try setting the square's mouseEnabled
and mouseChildren
to false.
CookieOfFortune
2010-04-19 23:06:10
Try setting the square's mouseEnabled
and mouseChildren
to false.
Hi,
My Bad, It was a small mistake. I just had changed the x,y for the square. I have to either assign to 0 or comment the below 2 lines.
EventListenerShape.x=100; EventListenerShape.y=100;
thank you