Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SpicyNikNaks

Pages: [1]
1
Thanks, that's what I was looking for.

2
DOTween & DOTween Pro / Struggling to convert this HOTWeen to DOTween
« on: August 24, 2015, 12:39:51 AM »
Hi,

I have been using HOTween for a while and am quite comfortable with it, but since purchasing DOTween Pro I am in the process of switching all of my HOTweens over.

For the life of me I just can't see how to convert this particular HOTween. I am hoping I've just missed something obvious.

Code: [Select]
HOTween.To(gameObject.transform,
20,
new TweenParms()
.Prop("position", destinationTransform.position)
.Prop("localScale", destinationTransform.localScale )
.SpeedBased().
OnComplete(completeSingleTouchTransform));

Any help will be much appreciated.

Pages: [1]