Actor keeps moving
Hi,
I've want my actor to move to some place.
So i use "move to" X and Y.
Randomly, my actor stops like I want to or keeps moving !
What could I do ?
Tks
I've want my actor to move to some place.
So i use "move to" X and Y.
Randomly, my actor stops like I want to or keeps moving !
What could I do ?
Tks
Comments
IMO Interpolate behavior is better/more controlled than Move To
Interpolate: self.Position.X To:
any duration you like
and an Interpolate: self.Position.Y