How on earth do you get instance name of a button?

on (rollOver) {
butID=1;
butName=this._name;
trace(butName);
}

the third line, is that not it?? When I trace I get nothing. Why do buttons have to act weird…