Interpolate only once?

TouchTiltGamesTouchTiltGames Member Posts: 1,162
edited November -1 in Working with GS (Mac)
Ok I'm banging my head on my cheap, brown Ikea table trying to figure why I can only perform an Interpolate self.position.x movement on my actor ONCE and not the second time when I swipe, but if I use a Move or anything else, I can keep moving it no matter how much I swipe...It seems as though I need to somehow reset or call the position again with Interpolate?

Comments

  • BarkBarkCoBarkBarkCo Member Posts: 1,400
    I would venture to say the the interpolate IS working, it is just interpolating to the same position over and over again. Check you logic for setting the point to move to...
  • TouchTiltGamesTouchTiltGames Member Posts: 1,162
    Oh yeah it IS working, I can move once. Here's what I have for my Jump Interpolate which does keep working after the first jump:

    Rule
    Interpolate self.position.Y To 200

    Rule
    self.position.Y great or equal to 200
    self.position.Y To self.y

    That seems to work and I try this theory on the move, but it will reset the position of the actor before it moves.

    So I'm wondering how to determine the current position of the move without it resetting to where it started.
  • TouchTiltGamesTouchTiltGames Member Posts: 1,162
    Anyone know how to move an actor on the X using Interpolate and keeping moving it on the 2nd, 3rd etc..button push? Mine is only moving once..trying to figure out how to determine the current position of it.

    I want to use interpolate for the ease out functionality.
Sign In or Register to comment.