Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Add Mouse pointer on movieclip In Animate CC canvas

Participant ,
Nov 19, 2019 Nov 19, 2019

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.

TOPICS
How to
4.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Nov 19, 2019 Nov 19, 2019

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();

Translate
LEGEND ,
Nov 19, 2019 Nov 19, 2019

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();

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 20, 2019 Nov 20, 2019

Can you show me example with codes how I make it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 20, 2019 Nov 20, 2019

I literally just showed you the codes.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 20, 2019 Nov 20, 2019

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 20, 2019 Nov 20, 2019

Then why did you even start this thread?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 20, 2019 Nov 20, 2019
LATEST

I had forgotten but when I tried several tests I saw that it worked so this was a rushed thread.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines