Sprite/Movieclip buttonMode question

buttonMode is Sprite exclusive, correct? So is there any way to get a hand over my movieclips… Except by using a custom cursor?

I assume I can’t place a movieclip inside a sprite. And this… I don’t think this will work…

var newButton:Sprite = new menuButton();
newButton.buttonMode = true;