h5developer Posted December 19, 2014 Share Posted December 19, 2014 hello, all: I am learning phaser v2.2.1. I've set repeat on a tween, but when the tween repeat event occur, the onLoop signal will be fired. While tween loop event happen, the onRepeat signal fired. Is this a bug? I'm a little confused. Link to comment Share on other sites More sharing options...
h5developer Posted December 19, 2014 Author Share Posted December 19, 2014 OIC, tween.loop() means tween.repeatAll(-1), both of them active the repeat event.tween.repeat() actives the loop event. Link to comment Share on other sites More sharing options...
Recommended Posts