Make Levels Random And Endless

Discussion in 'How Can I...?' started by SofaKing, Dec 13, 2020.

  1. SofaKing

    SofaKing Boxer

    Joined:
    Oct 16, 2020
    Messages:
    11
    Likes Received:
    4
    Hi, Making a game here. I have the gameplay setup to be as random scenes. But for some reason it ends after just showing 5 scenes. I want it to continue to be random endless forever. Idk what has changed but I can't seem to figure it out.
     

    Attached Files:

  2. SofaKing

    SofaKing Boxer

    Joined:
    Oct 16, 2020
    Messages:
    11
    Likes Received:
    4
    I believe to have found the issue but no resolution to it. Vertical screen. I have my actor jumping on the Y axis up and down. I have logs moving across the screen from the X axis. How do I make it so once the log exits the screen from the left it restarts in a random order?
     
  3. Vlad-NY

    Vlad-NY Serious Boxer

    Joined:
    Jul 21, 2018
    Messages:
    605
    Likes Received:
    361
    • select the scenes to be run as random
    • remove that path move node since that's the cause of your issue
    • find another way to path move or use an older version of the same node
     
  4. SofaKing

    SofaKing Boxer

    Joined:
    Oct 16, 2020
    Messages:
    11
    Likes Received:
    4
    Thanks. I resolved the issue by creating a random controller and then removing the object after 2 seconds.
     

Share This Page