Breakable Platform

Discussion in 'How Can I...?' started by Spynaz, Sep 6, 2016.

  1. Spynaz

    Spynaz Boxer

    Joined:
    Sep 5, 2016
    Messages:
    2
    Likes Received:
    0
    Hi,
    I'm creating a jumping game (something like Doodle Jump) and in the game there is going to be platforms that break when you jump on them.

    I've tried looking for solutions but none of them worked because they destroy the platform as soon as the character collides with it. The character needs to be able to go through the bottom of the platform as normal but only cause the platform to break when he falls on top of it.

    Does anyone have a good way of doing this?

    Thanks!
     
  2. trudnai

    trudnai Miniboss Boxer

    Joined:
    Sep 25, 2015
    Messages:
    1,235
    Likes Received:
    701
    Have you tried to put "debris" on the platform's Defeat Animation? Sprites that are making the debris out needs to be physics objects of course...
     
  3. Spynaz

    Spynaz Boxer

    Joined:
    Sep 5, 2016
    Messages:
    2
    Likes Received:
    0
    You mean like making an animation makes the platform break into pieces? Well alright, but how do I make the platform get "defeated" when the player jumps on top of it?
     

Share This Page