MikeMurrayFTW's Forum Posts

  • 4 posts
  • Mind if I ask how to ensure your platform is moving at integer locations?

  • ***RESOLVED***

    Hey folks, sorry about the late reply, especially after you all responded so quickly.

    In the event that changes the variable that causes the blocks to disappear, I just added another event that set "Player.Y-1". As explained by all above, this "unstuck" the player object, nor does it interfere with the jumping of the character.

  • There are going to be quite a few of them so I'd rather find a way that can keep them where they are.

    Affecting the player's movement is tricky as this effect can be used while the player is jumping so I want to avoid disrupting the jump by affecting them speed/position of the player.

    What I need is something that says, "look, mate. That block you were standing on before has gone. Wake up and fall now."

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hey guys,

    I have a problem with a disappearing platform.

    I need the platform to only be present when a global variable equals a certain number.

    For example, it's there when somethingvariable = 1, but not when somethingvariable = 2.

    I need to do this without destroying it unless there's a way to destroy and create it in the exact same place/position with the appropriate variable value.

    So far I've been switching the solid and visible behaviours but when the platform disappears (through using solid/visible disabled) the platform acts solid but invisible while the player is standing on it but the minute they step off it's no longer solid. They can also jump off it in this state.

    Many thanks in advance.

    Mike

  • 4 posts