
Dejan777
-
Posts
2 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by Dejan777
-
-
I have worked with TweenMax in Starling framework and it all worked very good except option orientToBezier which gave strange results like fast random spinning of starling object during tweening.
Example of code is:
TweenMax.to(_starlingSprite, 20, {bezierThrough:[{x:1350, y:500}, {x:550, y:1000}, {x:1250, y:1500}],delay:5, orientToBezier:true});
Do you have idea why orientToBezier doesn't work right with Starling or maybe what to do to make it work right?
orientToBezier in Starling frameworkd
in GSAP (Flash)
Posted
Thanks for reply, I have attached example files.