Skip to content

Instantly share code, notes, and snippets.

@jmarmolejos
Created October 22, 2015 12:53
Show Gist options
  • Save jmarmolejos/c850842f388b495f27f9 to your computer and use it in GitHub Desktop.
Save jmarmolejos/c850842f388b495f27f9 to your computer and use it in GitHub Desktop.
var sequence = new ui.Sequence();
sequence.clear()
.do(this.mainTitleActor, this.showUpTween)
.at('+=150')
.do(this.subTitleActor, this.showUpTween)
.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment