moving platform problem

Pennez-GamesPennez-Games Member Posts: 107
edited July 2012 in Working with GS (Mac)
hello, i am making a game where the actor has to stay on the screen by jumping from platform to platoform. the platforms move up and he cant go off the page, the only problem is, is when the actor, (person trying to stay on the page) hits on of the platforms, it goes straight down falling with the actor, this is a major problem....because my aim for this, is when the actor lands with the platform, the platform keeps moving up like it was before the player hit it, can anyone help? thanks.

Answers

  • AcceleratedGamesAcceleratedGames Member Posts: 201
    Instead of using the move behavior, use the interpolate behavior, change the platform's movable attribute to false, and have the actor interpolate it's Y position to game.Screen.Size.Hight.
  • Pennez-GamesPennez-Games Member Posts: 107
    Instead of using the move behavior, use the interpolate behavior, change the platform's movable attribute to false, and have the actor interpolate it's Y position to game.Screen.Size.Hight.
    but how would this work if they were randomly spawned?
Sign In or Register to comment.