Btn.useHandCursor = true; not working

Hello, strange prob here ,

I have a button that when i put my mouse over it the pointer does not change to the handCursor.

I tried to force this with btn1.useHnadCursor =true; but still no luck.

How can I fix this? ll my other buttons do work well. Can’t understand this…

Many thks,
Mário

can we see a .fla? its almost impossible to help you otherwise…

Ok, the fla goes attached. It’s the circlebuttons, I want them to display the hand cursor…

Nothing so strange about it. The buttons work perfectly. The only reason why you cannot see the handcursor is because on rollover you are making the playhead go to frame 2,3 and 4 where the invisible circular buttons dont exist. The buttons are on only on frame 1.
Get it?

Example. You rolled over a circular button and the playhead goes to the second, third or fourth where the circular buttons are no longer there.