Actor keeps moving

beepbeep Member Posts: 30
edited August 2012 in Working with GS (Mac)
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

Comments

  • MotherHooseMotherHoose Member Posts: 2,456
    @beep

    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

    image MH
  • beepbeep Member Posts: 30
    Ok thank you, i'll try this!
  • beepbeep Member Posts: 30
    It works! Tks!
Sign In or Register to comment.