Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: DarkSlash on December 12, 2014, 07:27:16 AM

Title: iTween change loop type
Post by: DarkSlash on December 12, 2014, 07:27:16 AM
I have an object that, when a bool called Move is true, starts a movement through iTween (Move To) with loop type = loop. When that bool is set to false, I don't want to stop the object right away, but allow it to arrive to destination, so I want to turn loop type = none, so the object arrives and stop moving. There's a way to change this property of the action in Playmaker?
Title: Re: iTween change loop type
Post by: mdotstrange on December 12, 2014, 09:50:26 PM
I think you'd have to do some coding to get at that- Have you tried using a finish event with "loop don't finish" set to true?