How Can I Solve Ground Problem?

Discussion in 'How Can I...?' started by funkyto, Mar 2, 2020.

  1. funkyto

    funkyto Boxer

    Joined:
    Feb 29, 2020
    Messages:
    5
    Likes Received:
    0
    I am trying to build a 2d climbing mountain game. There is a problem that I like to explain with an example. Lets say start point of scene is 0,0 and since its climbing game my ground is a ramp end it ends on 10,10 and I have to continue to build from 0,10 otherwise there would be a space between grounds how can I solve this problem?
     
  2. Smart Penguins

    Smart Penguins Boxer

    Joined:
    Jan 2, 2020
    Messages:
    62
    Likes Received:
    70
    Buildbox looks at the positions of Start and End. If you place Start at 0,0 you can place the End at 10,10. Your next scene can have the Start at 0,0 and Buildbox will make sure that your previous scene End and new scene's Start are at the same point. Hopefully, that makes sense.
     
  3. funkyto

    funkyto Boxer

    Joined:
    Feb 29, 2020
    Messages:
    5
    Likes Received:
    0
    Thanks for the reply but I think that I could not explain my problem well think this is a ramp "/" on scene one and this is the "/" ramp on scene two when playing the game it looks like this "/ /" but I need to make it connected
     
  4. Smart Penguins

    Smart Penguins Boxer

    Joined:
    Jan 2, 2020
    Messages:
    62
    Likes Received:
    70
    Here is what I was saying.

     
    Jaro likes this.
  5. funkyto

    funkyto Boxer

    Joined:
    Feb 29, 2020
    Messages:
    5
    Likes Received:
    0
    Thanks a lot I did not understand when you wrote first but this is what I am looking for
     

Share This Page