Skip to main content
Participant
May 16, 2020
Question

add child on button next frame

  • May 16, 2020
  • 1 reply
  • 282 views

hallo cant we make some button and in button we go to some addchild movieclip ?

    This topic has been closed for replies.

    1 reply

    kglad
    Community Expert
    Community Expert
    May 17, 2020

    this.button.addEventListener("click",buttonF.bind(this));

     

    function bindF(){

    this.addChild(this.movie_clip);

    }