Move Character To Predefined Position On Click

Discussion in 'How Can I...?' started by skhotoveli, Jul 2, 2016.

  1. skhotoveli

    skhotoveli Boxer

    Joined:
    Apr 12, 2016
    Messages:
    58
    Likes Received:
    28
    Is there a possibility to move a character to a predefined position when I click the screen. Attached is a screenshot to illustrate what I mean.
    click_to_replace_character.jpg
     
  2. flyyf

    flyyf Boxer

    Joined:
    May 12, 2016
    Messages:
    37
    Likes Received:
    1
    In Game UI create X number character player btn (change state component) and put them where you need + create the square at same place in your world. Add X component advanced move for player + change linear velocity values. Will be work.
     
  3. skhotoveli

    skhotoveli Boxer

    Joined:
    Apr 12, 2016
    Messages:
    58
    Likes Received:
    28
    But how can i know if I need to move right or left when I click the middle square?
     
  4. skhotoveli

    skhotoveli Boxer

    Joined:
    Apr 12, 2016
    Messages:
    58
    Likes Received:
    28
    And how do I stop when I am at the right spot?
     
  5. flyyf

    flyyf Boxer

    Joined:
    May 12, 2016
    Messages:
    37
    Likes Received:
    1
    1/ can i know if I need to move right or left when I click the middle square = put 2 bton character player. 1 right and 1 left and place them over middle square, put your values positive and negative for moving your player where you want.
    2/how do I stop when I am at the right spot= put invisible objet -put it in canvas where you need it - and create one component advanced move, and choose in options "colision" with target your object invisible and play with values linear velocity; in your case, it´s posible you must put 0 0 or negative values for force stop the player.

    I believe it´s the way you must investigate for you.
     
  6. carlosabreu1981

    carlosabreu1981 Boxer

    Joined:
    Jan 13, 2016
    Messages:
    92
    Likes Received:
    38
    I'm afraid you want the game core to be made for you, we will just help you until certain point, you have to investigate and try things,
    if we do this for you, it will stop you from growing,
    Regards.
     
  7. flyyf

    flyyf Boxer

    Joined:
    May 12, 2016
    Messages:
    37
    Likes Received:
    1
    Hi Carlos, I´m investigate a lot !!! but you don´t help me with my problem the ball don´t jumping!!!! jajajajajajajajajajajajja !
     
  8. skhotoveli

    skhotoveli Boxer

    Joined:
    Apr 12, 2016
    Messages:
    58
    Likes Received:
    28
    @carlosabreu1981 I am not looking for things to be done for me :)
    I've been trying to solve this issue for a while now, and couldn't find a solution.
     
  9. carlosabreu1981

    carlosabreu1981 Boxer

    Joined:
    Jan 13, 2016
    Messages:
    92
    Likes Received:
    38
    @flyyf looks like you dont understant how isogames works
    i have prepared the scene, hope you stop crying, you looks like a Dominican.
    https://db.tt/bjYEGyFe
     
  10. flyyf

    flyyf Boxer

    Joined:
    May 12, 2016
    Messages:
    37
    Likes Received:
    1

Share This Page