Copy link to clipboard
Copied
https://stackoverflow.com/questions/47857013/add-mouse-pointer-on-movieclip-in-animate-cc-canvas I have found on another page that MovieClip in HTML5 canvas there does not show hand cursor. Why is it so? I want to be able to use MovieClip object where I have animated as buttons but it does not work as a button.
1 Correct answer
The .cursor property only automatically works if you have any buttons anywhere in your project. If you don't, you have to manually call stage.enableMouseOver();
Copy link to clipboard
Copied
The .cursor property only automatically works if you have any buttons anywhere in your project. If you don't, you have to manually call stage.enableMouseOver();
Copy link to clipboard
Copied
Can you show me example with codes how I make it.
Copy link to clipboard
Copied
I literally just showed you the codes.
Copy link to clipboard
Copied
It has already been solved because I tested this code at the bottom of the page https://community.adobe.com/t5/animate/hand-pointer/m-p/10730769#M198597 then MovieClip object with animation works as a button.
Copy link to clipboard
Copied
Then why did you even start this thread?
Copy link to clipboard
Copied
I had forgotten but when I tried several tests I saw that it worked so this was a rushed thread.

