|
I'm currently learning the Actionscript that comes with Flash MX. I've learned how to make a movie clip respond to a mouse click:
onClipEvent(mouseDown){commands;}
the problem was that all the movie clips on the stage with the above script attached, responded to any mouse click, even outside their borders.
How do I make a movie clip respond to a click inside it's borders only?
|