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

Adobe Animate CC, I can't even do mouseover effects :(

New Here ,
Jan 05, 2017 Jan 05, 2017

Hello,

I've recently started using Adobe Animate CC and I can't get my head around how the timeline and different stages work, I understand these are very noob questions but there doesn't seem to be ANY updated tutorials - not on youtube and nothing on Udemy (they all seem to use an older version of Animate CC).

So the basic question is - How do you do mouseovers,

And the more advanced part is, would it be possible to show/hide a complete layer when clicking a button.

This is a project for one of my friends and I have already done plenty of work on the animations and such, just can't get my head around the actions.

Any help is much appreciated, thanks

903
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

Community Expert , Jan 05, 2017 Jan 05, 2017

with canvas you have to enable mouseover using something like, stage.enableMouseOver(10);

layers don't exist outside the ide, so no, you can't hide a layer.  otoh, you can accomplish what you want by copying the layer/frames and pasting into a movieclip and controlling the movieclip's visible property.

Translate
Community Expert ,
Jan 05, 2017 Jan 05, 2017

with canvas you have to enable mouseover using something like, stage.enableMouseOver(10);

layers don't exist outside the ide, so no, you can't hide a layer.  otoh, you can accomplish what you want by copying the layer/frames and pasting into a movieclip and controlling the movieclip's visible property.

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 ,
Jan 05, 2017 Jan 05, 2017
LATEST

You don't have to manually add enableMouseOver if you use any button clips, which are the simplest way to do mouseover effects.

Basic tutorials for Flash/ActionScript 2 will be almost 1:1 applicable to Animate, even when working in Canvas documents (they require some minor syntax tweaks).

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