ssbdev Posted October 5, 2019 Share Posted October 5, 2019 I had an issue about Phaser Tween. I'm using a path array for tween animation. ( added as quote) My object which is animating the positions are sometimes get slow, sometimes get faster according to distance between x and y positions of each element. I want to make the object's speed same at each part of my tween. I made the animation easing as "Linear" but it has no effect on providing the stable speed. How can i do it ? Thanks in advance for your help... Quote this.tween.to({x: [1, 400, 500, 550], y: [100, 300, 320, 400] }, 2000, "Linear", true, 0, 0, false) Link to comment Share on other sites More sharing options...
Recommended Posts