toastedbrains Posted July 8, 2015 Share Posted July 8, 2015 How do you guys go about making a cutscene.. sort of an introduction to the game. best example is this : http://okijin.com/v2/stickygoodemo/ do i just add them as a normal sprite and then hand code the movements or is there a better way to do it? Thanks for your input! spinnerbox 1 Link to comment Share on other sites More sharing options...
rgk Posted July 9, 2015 Share Posted July 9, 2015 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 More sharing options...
Recommended Posts