Gamua / Starling-Framework

The Cross Platform Game Engine
http://www.starling-framework.org
Other
2.85k stars 819 forks source link

Feature: Add bezier curves to Starling tweens #891

Open tangerinepop opened 8 years ago

tangerinepop commented 8 years ago

Add bezier curves and custom features to Starling tweens similar to what is available through Tweenmax.

PrimaryFeather commented 8 years ago

Thanks for the suggestion! I can totally see the sense in that. Anyone who wants to see this feature, too, add your vote, so that I can prioritize this feature. Thanks in advance!

binouze commented 8 years ago

+1 :)

22Round commented 8 years ago

would be grate +1

kheftel-old commented 8 years ago

+1

Pandan commented 8 years ago

+1

tangerinepop commented 8 years ago

Thanks for the support guys I think this would be a great feature

varadig commented 8 years ago

+1

PrimaryFeather commented 8 years ago

Thanks for all the feedback, guys! It's settled, then: this feature will be added. :smile: I can't give any timeframe yet, but I'll update this thread as soon as there is some progress.

PrimaryFeather commented 8 years ago

I just noticed that TweenMax is quite flexible when it comes to bezier curves. :wink:

Could you narrow down what exactly you want to do, i.e. describe the most important use-case you want to be able to solve?

subdan commented 7 years ago

+1

I want to move object from point A to point B through several points.

PrimaryFeather commented 7 years ago

Thanks, @subdan! Please, others that have voted already, describe the actual use-case you want to solve, as well. My guess is that most of you want a method that moves the object through a given list of points?

binouze commented 7 years ago

Yes, moving object through a given list of points would be great. The ability to add callback on each point reached ant to change the easing of the tween on each point would be nice to ;)

b005t3r commented 7 years ago

Same here, moving over a list of points is all I need (events dispatched after reaching a given point would be a nice addition as well).