I want to change cursor to pointer when I hover movieclip in the stage.
I try this
MovieClip(this.myContainer.myStage.getChildAt(i)).buttonMode=true;
MovieClip(this.myContainer.myStage.getChildAt(i)).useHandCursor=true;
But it’s doesn’t help… Can anyone suggest anything?
I find solution for it
And then I use
And it works fine)))