Skip to main content
HrishikeshKokate
Known Participant
December 22, 2018
Answered

Go To And Play not working

  • December 22, 2018
  • 1 reply
  • 674 views

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?

This topic has been closed for replies.
Correct answer kglad

you have all textfields in movieClip_4.  (notice the cursor appearing?)

use:

movieClip_4.mouseChildren=false in frame 51.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
December 22, 2018

you have all textfields in movieClip_4.  (notice the cursor appearing?)

use:

movieClip_4.mouseChildren=false in frame 51.

HrishikeshKokate
Known Participant
December 22, 2018

I didn't know it doesn't work when we have only text. Thanks for the help!

kglad
Community Expert
Community Expert
December 22, 2018

you're welcome.