Skip to main content
Participant
March 23, 2017
해결됨

Button problems

  • March 23, 2017
  • 2 답변들
  • 240 조회

Hi, I work with adobe animate everyday and usually don't have any problems. I am currently re-programing buttons on a bunch of animations and the buttons are not working correctly. I have had many people in my office look for an answer but no one can figure it out. The buttons are all programed with code snippets and have been told to go to the correct labels. Seriously can't figure this one out. If someone is willing to go the extra length I can email you the file.

Thanks,

Andrew

    이 주제는 답변이 닫혔습니다.
    최고의 답변: ClayUUID

    Basic troubleshooting:

    Put trace or alert statements in the button handlers to verify that they are, in fact, executing.

    Verify that the button handler is targeting the correct clip, or any clip at all. Try tracing out the destination clip name, etc.

    2 답변

    Colin Holgate
    Inspiring
    March 23, 2017

    If you put the FLA online somewhere we could all take a look.

    genethegene작성자
    Participant
    March 23, 2017

    Thanks for the response, I am worried about people accessing my source file. That's why I would prefer to email it.

    ClayUUID답변
    Legend
    March 23, 2017

    Basic troubleshooting:

    Put trace or alert statements in the button handlers to verify that they are, in fact, executing.

    Verify that the button handler is targeting the correct clip, or any clip at all. Try tracing out the destination clip name, etc.

    kglad
    Community Expert
    Community Expert
    March 23, 2017

    it's possible someone will download your files and fix your problem for you.  but you're more likely to get help by isolating the problem and getting help via the forums.

    eg, create a new fla and new button and test the snippet you're finding problematic.  any problem?