Behaviour "move to"->How many seconds are "1-500"?

akimannakimann Member Posts: 62
edited November -1 in Working with GS (Mac)
Hi,

just one question: In the behaviour "move to" you can select speed from "1-500". I just want to know, if there is an easy way to see how many seconds e.g. "speed 200" is without using a stopwatch?

Comments

  • hackmodfordhackmodford Member Posts: 48
    Not programatically I think...

    But tell it to be speed 100 and set the distance to be 10 pixels away...

    Then use your stopwatch

    From there you could figure out what it is I guess...
  • DrGlickertDrGlickert Member Posts: 1,135
    It would be incredibly hard to use a stop watch with GS. On a 3G phone it's much slower than on a 4G phone. Most people here are not a huge fan of the MOVE TO behavior and you're better off using INTERPOLATE or have a RULE that changes the self.position.X and self.position.Y on the actor for your moving type behaviors.
  • MotherHooseMotherHoose Member Posts: 2,456
    think they are milliseconds... so 500 would = 1/2 second

    interpolate is better/smoother to move with...IMO

    MH
Sign In or Register to comment.