Jump to content

Make sprite tween along an arc


fitness23
 Share

Recommended Posts

Or you can use Tween#generateData(frameRate) to create an array of points ([{x: x1, y: y1}, …]) and then pass that into a second tween that actually moves the sprite. Then the second tween could use any easing function.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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