Copy link to clipboard
Copied
I'm trying to make something resembling a slideshow in Animate CC. For that, I need to be able to click on a frame to play next frame. I'm using stop(); and gotoAndPlay(); for that. The problem is, it worked for one of my movie clips, while, it's not working for other and I don't see why.
I'm attaching my fla file (~71MB): https://contattafiles.s3.us-west-1.amazonaws.com/tnt3924/lkM9KuXfF0Nqu-1/Audi.fla
In that, my movie clip on frame 50 is working properly. The one on frame 51 is not. It's not doing anything on click. Can someone point out why that's happening?
you have all textfields in movieClip_4. (notice the cursor appearing?)
use:
movieClip_4.mouseChildren=false in frame 51.
Copy link to clipboard
Copied
you have all textfields in movieClip_4. (notice the cursor appearing?)
use:
movieClip_4.mouseChildren=false in frame 51.
Copy link to clipboard
Copied
I didn't know it doesn't work when we have only text. Thanks for the help!
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now