... kill the platform when it out of screen

Discussion in 'How Can I...?' started by nicoboccia, Nov 19, 2015.

  1. nicoboccia

    nicoboccia Boxer

    Joined:
    Nov 19, 2015
    Messages:
    3
    Likes Received:
    0
    Hi all,

    I make a jumper game with the jumper preset. so when my character jump to the next platform how can i kill the last? and how do i jump up without collision with the top platform and stay there?


    thanks all iam a beginer
     
  2. andre_sprs

    andre_sprs Serious Boxer

    Joined:
    Sep 30, 2015
    Messages:
    844
    Likes Received:
    403
    You want to make the platform fall once you jump on it?
     
  3. nicoboccia

    nicoboccia Boxer

    Joined:
    Nov 19, 2015
    Messages:
    3
    Likes Received:
    0
    ya ... fall or erase
     
  4. Machine Rises

    Machine Rises Serious Boxer

    Joined:
    Sep 25, 2015
    Messages:
    591
    Likes Received:
    834
    One method would be to use transform logic. Put the transform logic somewhere above the one you just jumped off of and have the transform logic change the platform's position off screen so it will be deleted. For no collision until you land on the top platform make sure the platform has "one way collision" enabled.
     

Share This Page