Open
Description
I reported this as a bug to Adobe. Someone at the Adobe Community suggested to submit an issue here as well. Here's the bug report:
- Download and open the file in Adobe Animate CC.
buttons.zip. - Select the first frame in the "as" layer in the Timeline and open the Actions panel (Window > Actions).
- Go to code line 59 (it is a CreateJS Tween). Change the scaleX, scaleY and alpha values to 0, instead of 0.01.
- Test the project (Control > Test).
- Click on an image. A "window" opens with some info.
- Click on the orange circle with an "x" at the top right corner of the canvas.
- Move the cursor over an image and click.
Results: The images don't respond to mouse events anymore.
Expected results: The images should respond to the mouse when over, out and when clicked.