Problem moving actor

DreamStudiosDreamStudios Removed Posts: 148
edited November -1 in Working with GS (Mac)
I have an actor moving on a path around a box. However if I add another ball with the same behaviours but change the time of when it starts ig goes around the box once then stops and wait for the other ball to catch up Why does it do that? I'm using interpolate to get it moving

Comments

  • rlehmrlehm Member Posts: 320
    Maybe it's running the timer again? Did you put the timer on after, every, ?
  • DreamStudiosDreamStudios Removed Posts: 148
    Its not the timer its something else.
    The timer is after 3 secconds
    interpolate
    self.positio.X to 182.5
    Duration 0.5
    Interpolate
    self.position.Y to 189
    0.5

    Then there is position 2 and so on.

    The problem is when add another ball with the same behaviours etc but it is in a different position it goes. Then stops and waits for the other ball. Then continues with the other ball former 1 ball.
Sign In or Register to comment.