Make Platform Stop On Collision With Character

Discussion in 'How Can I...?' started by Cristian, Nov 18, 2016.

  1. Cristian

    Cristian Avid Boxer

    Joined:
    Aug 1, 2016
    Messages:
    143
    Likes Received:
    27
    Hi All,

    I am trying to have a platform to stop from an initial movement once character jumps on it.

    I added an advanced move to the platform to collide with the character. It has a 5 velocity at start and on collision it should stop but for some reason it does not, it keeps moving in same direction.

    Is a bug or I a bad setting on my side? Tried to search all forum but no answer.

    Thanks,
    C
     
  2. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    Add another `Advanced Move` with Velocity 0 on collision .
    So ... 1 - when it's start velocity 5
    ..........2 - when it's colide velocity 0
     
  3. Cristian

    Cristian Avid Boxer

    Joined:
    Aug 1, 2016
    Messages:
    143
    Likes Received:
    27
    Hi man,

    I added another but it do not even start. I added as Advance moved for the platform itself.

    If I add it as Component and wake up is moving but is not stopping on collision with the character.

    What I do wrong?

    Thanks,
    C
     
  4. Cristian

    Cristian Avid Boxer

    Joined:
    Aug 1, 2016
    Messages:
    143
    Likes Received:
    27
    I manage to fix it , thanks for the input :)
     
  5. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
  6. blad300

    blad300 Serious Boxer

    Joined:
    Oct 8, 2015
    Messages:
    515
    Likes Received:
    276
    How ?
     
  7. Cristian

    Cristian Avid Boxer

    Joined:
    Aug 1, 2016
    Messages:
    143
    Likes Received:
    27
    Thanks for this. I did it as you mentioned before but issue was that platform needs to be a physics object in order to work, if is fixed as per your video that route do not work. Can be done using transform indeed as per your example. Many thanks again, C
     

Share This Page