Moving Blocks/ Puzzle Game

Discussion in 'Gameplay' started by TheNextBigThing, Jul 30, 2017.

  1. TheNextBigThing

    TheNextBigThing Boxer

    Joined:
    Jul 29, 2017
    Messages:
    3
    Likes Received:
    0
    How to move blocks along its x or y axis? This moving should not be in a loop. It should be excecuted by the user. A good example is this game called 'Move the blocks'. I have attached a image for better understanding.

    The user must be able to move each block along its axis, at his/her will.
     
  2. TheNextBigThing

    TheNextBigThing Boxer

    Joined:
    Jul 29, 2017
    Messages:
    3
    Likes Received:
    0
    Cant upload picture. Sorry. File too large.
     
  3. georgebirbilis

    georgebirbilis Boxer

    Joined:
    Mar 23, 2016
    Messages:
    4
    Likes Received:
    1
    There is a template that uses Paths that allows you to drag the character to another cell in a grid, probably could use something in this sense. A problem I see is how to tell Buildbox to act upon a certain new configuration of blocks the user made

    e.g. if you were making a Puzzle with draggable parts, how would you know that the user has moved all parts to the correct positions?
     
  4. TheNextBigThing

    TheNextBigThing Boxer

    Joined:
    Jul 29, 2017
    Messages:
    3
    Likes Received:
    0
    Could you give me a link to the template?
    If you mean a 'preset', which one is it?
    Thanks
     

Share This Page