Flipping Platform That Pauses, Continues

Discussion in 'How Can I...?' started by sebb121, Aug 15, 2018.

  1. sebb121

    sebb121 Boxer

    Joined:
    Dec 10, 2017
    Messages:
    75
    Likes Received:
    56
    I'm looking to create this:
    [​IMG]
    The rotation is no problem, it's the pause and continue I'm struggling with.
     
  2. AppNasty

    AppNasty Miniboss Boxer

    Joined:
    Apr 14, 2016
    Messages:
    1,485
    Likes Received:
    890
    What do you mean pause and continue?
     
  3. sebb121

    sebb121 Boxer

    Joined:
    Dec 10, 2017
    Messages:
    75
    Likes Received:
    56
    The platform will move on its own, but pauses for 2 seconds after every 180 rotation
     
  4. Vlad-NY

    Vlad-NY Serious Boxer

    Joined:
    Jul 21, 2018
    Messages:
    605
    Likes Received:
    361
    Try to use 2 transforms (from logic section) for that object, one below the other at a specific distance. The first one needs to have the angular velocity set to a low value like 0.001 and the second one needs to be at the normal rotation speed. Play around with the height and width of them and as well with the position for the transforms. If done correctly you can achieve what you want to do.

    Note: the distance between the transforms as well as the width of the first one with 0.001 value is important and it will determine your cooldown (waiting time / pause time)
     
  5. sebb121

    sebb121 Boxer

    Joined:
    Dec 10, 2017
    Messages:
    75
    Likes Received:
    56
    I will try this! Thanks.
     
  6. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    What about having a spawner that spawns an object with an advanced move towards the platform every 2 seconds.

    The advanced move collides and makes the platform rotate and stop after 1.5 seconds, creating a 0.5 pause at the end.

    Then the spawner repeats.
    You’d need to play with timing but that will work.

    I will also try to create it later today.
     

Share This Page