i have another problem with interpolate

guillefaceguilleface Member, BASIC Posts: 1,039
edited November -1 in Working with GS (Mac)
i dont know why i cant jump. ok so i have a platform interpolating in the y axix. when i am on top of the platform i can jump only when the platform is moving down, but when is moving up i cant, i remember doing this with 9.2 and it was fine, i dont know if this because of the new update

Comments

  • gurechangurechan Member, PRO Posts: 211
    Check the speed (time) of the interpolate and the speed of the moving platform. As the actor is already moving if the jump speed (interpolate) is not faster that the already moving platform the it won't move.

    Interpolate makes the actor move to the specified axis at the speed you enter, and not literally jump.
  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    Also maybe checkout the GS Platformer Template (click New and it's at the top there). :-)
  • guillefaceguilleface Member, BASIC Posts: 1,039
    but iam not interpolating my jumping actor , just a moving platform then i jump on top,so i want to be able to jump of the interpolating platform
  • gurechangurechan Member, PRO Posts: 211
    If the platform is moving up and your actor is on top of the platform, it too is already moving up. So the only way to make interpolate work is to make it faster than the speed it is already moving at.
  • guillefaceguilleface Member, BASIC Posts: 1,039
    also if i set the restitution to 1 , my main actor wont bounce on the interpolating platform, but it will in a non movable one. i remember i dint have problems with this before updating
  • gurechangurechan Member, PRO Posts: 211
    From my experience, that doesn't work, and never has.
Sign In or Register to comment.