Returning INSTANCE name

i have a MC, that contains a button, and when i press that button i need it to send the instance name of _parent.MC (instance name is “kala”) to the variable “_root.eelmine”.
result must be: _root.eelmine = kala;

use _name

thnk you :slight_smile: