A Tatical View Where The Player Character Moves To Objects That Are Clicked On.

Discussion in 'How Can I...?' started by Strangederby, Jul 6, 2020.

  1. Strangederby

    Strangederby Boxer

    Joined:
    Jul 6, 2020
    Messages:
    3
    Likes Received:
    0
    As the title says I looking for advice on making a game where instead of the player moving the player character up down left and right they simply click on an object, in this case, a planet and move towards it on a predetermined path.

    Thanks in advance.
     
  2. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    any video examples to give us an idea of what you are looking for? You can touch objects that arent characters in BB3 using the 'istouched' node.
     
    Strangederby likes this.
  3. Strangederby

    Strangederby Boxer

    Joined:
    Jul 6, 2020
    Messages:
    3
    Likes Received:
    0
    Thanks for responding. So if you forward this video to 1minute 11 seconds you see the game gives you a view of a star map. The player clicks on a star and their ship icon moves towards it.
     
  4. Strangederby

    Strangederby Boxer

    Joined:
    Jul 6, 2020
    Messages:
    3
    Likes Received:
    0
  5. spicedbeangames

    spicedbeangames Miniboss Boxer

    Joined:
    Mar 31, 2016
    Messages:
    1,389
    Likes Received:
    596
    You will probably need scripting to set this up to work like that. Or you could use the game path and have the object travel a long the path between locations.
     

Share This Page