Jump to content
Search Community

davi

Members
  • Posts

    120
  • Joined

  • Last visited

Community Answers

  1. davi's post in Adobe Animate function not firing a TweenMax was marked as the answer   
    Perhaps narrow it down to seeing if it's a scope issue. So outside the function make a reference to the clip.
     
    var myClip = this.c10; Then in your function change this.c10 in the tween to myClip, then see if it works.

    Also, I believe it would be this.playvideo in the event listener, not just playvideo -- this might be the issue as well.
×
×
  • Create New...