playMaker

Author Topic: iTween change loop type  (Read 2258 times)

DarkSlash

  • Playmaker Newbie
  • *
  • Posts: 9
iTween change loop type
« 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?

mdotstrange

  • Hero Member
  • *****
  • Posts: 555
    • Can't code? Who cares! Make games anyway!
Re: iTween change loop type
« Reply #1 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?
Indie game dev and instructor at the Strange School. Learn Playmaker at the Strange School!