MenuItemSprite sound

Hi,

I have a MenuItemSprite. When i move my finger on this item, the image changes from normal image to used image.
If I move my finger away it changes back.

Is there a way to catch this 2 events and play a sound when they occur?

Greets klaus

It has a `selected()` and `unselected() that maybe you could use?

Oh, yes, thx, thats a away.
So I have to inherant it or tweak this function.

But there is no way to use it like the active callback?