Rotating Platform Hole

Discussion in 'How Can I...?' started by tysonwills, Apr 3, 2019.

  1. tysonwills

    tysonwills Boxer

    Joined:
    Sep 25, 2015
    Messages:
    34
    Likes Received:
    6
    can anyone help me with this problem
    I need a platform that rotates in a loop across the screen from left to right and back around again.
    But i need a hole in this platform that the player can fall through.
    I have been using 2 platform with a gap between them to create the hole but cant get them to rotate in a loop from one side of the screen around.
    Can someone please help it is driving me mad,.
     
  2. PunkPuffin

    PunkPuffin Avid Boxer

    Joined:
    Sep 27, 2018
    Messages:
    285
    Likes Received:
    195
    Can you post what you have so far
     
  3. tysonwills

    tysonwills Boxer

    Joined:
    Sep 25, 2015
    Messages:
    34
    Likes Received:
    6
    Hi PunkPuffin
    I have no working code yet getting gameplay and images sorted but this is holding me back
     
  4. PunkPuffin

    PunkPuffin Avid Boxer

    Joined:
    Sep 27, 2018
    Messages:
    285
    Likes Received:
    195
    I don't quite understand the loop movement you are wanting.
     
  5. rizwanashraf

    rizwanashraf Avid Boxer

    Joined:
    Dec 3, 2015
    Messages:
    344
    Likes Received:
    215
    Use a Parent Object, Place two platforms, give a gap in between them so theres a hole, Connect these two Platforms to the Parent Object and Rotate the parent object. that's for BB2, should work for BB3 too.
     
    PunkPuffin likes this.
  6. tysonwills

    tysonwills Boxer

    Joined:
    Sep 25, 2015
    Messages:
    34
    Likes Received:
    6
    this maybe explains it better
     

    Attached Files:

  7. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    Is it 2D you're looking for?
    You could continuously spawn the platform with a velocity sending it to the right.
    This will give the illusion of a looping hole.
     
  8. rizwanashraf

    rizwanashraf Avid Boxer

    Joined:
    Dec 3, 2015
    Messages:
    344
    Likes Received:
    215
    Rotating or Changing Position ? If Rotating then How so ?
     
  9. tysonwills

    tysonwills Boxer

    Joined:
    Sep 25, 2015
    Messages:
    34
    Likes Received:
    6
    basically like this gif in 2d
     

    Attached Files:

  10. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    This can be achieved using a spawner on a platform:

    [​IMG]

    Here is the BBDoc:
     

    Attached Files:

  11. tysonwills

    tysonwills Boxer

    Joined:
    Sep 25, 2015
    Messages:
    34
    Likes Received:
    6
    nice one AaroArts
    thanks for youre help
     

Share This Page