Hi guys,

using this code...

Actionscript Code:
this.onMouseDown = function() {
    // Mouse down anywhere
}

What do i put in that function to get the instance name -- if the user clicked, a button, or a movieclip.

Thankyou!