- Home /
Change speed of a running iTween
I have a running iTween and I want to change the duration on the fly (i.e. without restarting the Tween). Getting the iTweenComponent and reducing the time value produces very strange results and seems to destroy the path. Does anyone know, how to do this?
Answer by robhuhn · Sep 03, 2013 at 09:28 AM
I don't know how to do this with iTween but if I get you correctly that's what is shown in this HOTween example here (changing parameters while playing)
I already have built a lot around iTween in my game that I don't want to recode. So I'd prefer a solution with iTween
Your answer

Follow this Question
Related Questions
iTween change orienttopath mid path? 0 Answers
iTween issue creating a gui. menu box 1 Answer
Unity high speed collision detect 3 Answers
Applying physics on an object 0 Answers
itween imports into compile errors 1 Answer