Jump to content

Creating a cutscene in the game


toastedbrains
 Share

Recommended Posts

What I do is set a variable to false (for example var start = false;), once all the tweens are done associated with the cut scene turn it to true in a function while doing what ever else you need to do, then wrap the controls in a if statement checking if start = true.
        tween.onComplete.add(this.startMatch, this);

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...