Interpolate only once?
TouchTiltGames
Member Posts: 1,162
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
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.
I want to use interpolate for the ease out functionality.