Camera Movement

Discussion in 'Gameplay' started by anhtungaaa, Aug 4, 2016.

Tags:
  1. anhtungaaa

    anhtungaaa Boxer

    Joined:
    Aug 3, 2016
    Messages:
    4
    Likes Received:
    0
    I'm making a motocross game and i want character need to be moved x and y both axis but the camera just moving to x-axis but not y- axis. when my character jump higher screen the camera not follows character and when he drop all object lost.

    Can the player be seen zoomed in and out
    OR
    How to move the camera to y-axis?

    Is there a way to follow the main player like they do in
     
  2. Bllaaa

    Bllaaa Boxer

    Joined:
    Jul 26, 2018
    Messages:
    71
    Likes Received:
    11
    I Have the same question for my game. My player can move "right and left" and also "up and down".
    Is it possible to move the camera on x and y axis and also to zoom in/out ?
     
  3. Tars Tarkas

    Tars Tarkas Avid Boxer

    Joined:
    Jul 17, 2018
    Messages:
    303
    Likes Received:
    228
    maybe play with the game frame, make it smaller.
    zoom I don't this is possible
     
  4. Bllaaa

    Bllaaa Boxer

    Joined:
    Jul 26, 2018
    Messages:
    71
    Likes Received:
    11
    Ok, good idea, but it's limited. I hope to make a game where the player can explore in the 4 directions :/
    I will try what you said. How can I change the Game Frame ?

    Thanks again Tars
     
  5. Tars Tarkas

    Tars Tarkas Avid Boxer

    Joined:
    Jul 17, 2018
    Messages:
    303
    Likes Received:
    228
    I see you already modified the game frame. you can make it smaller, like a square around the character. maybe it will work for your gameplay. it does not work for all game types.
    upload_2018-9-3_15-2-13.png
     
    Bllaaa likes this.
  6. huli

    huli Boxer

    Joined:
    Aug 29, 2018
    Messages:
    12
    Likes Received:
    1
    plz help me out i got apk...it is working on android 7.1 and below bt not installing on android 8.0.....

    i am using eclipse
     
  7. Bllaaa

    Bllaaa Boxer

    Joined:
    Jul 26, 2018
    Messages:
    71
    Likes Received:
    11
  8. Tars Tarkas

    Tars Tarkas Avid Boxer

    Joined:
    Jul 17, 2018
    Messages:
    303
    Likes Received:
    228
    what do you mean by popup messages?
     
  9. Bllaaa

    Bllaaa Boxer

    Joined:
    Jul 26, 2018
    Messages:
    71
    Likes Received:
    11
    My player can find secret messages in the game. When he collects one, a popup appears on the screen with a text message in it. The game is stopped (paused).
    The player can close this popup with the close button.

    There is also another type of popup. When the player passes front, a message appears on the screen, but the game isn't paused.
     
  10. Tars Tarkas

    Tars Tarkas Avid Boxer

    Joined:
    Jul 17, 2018
    Messages:
    303
    Likes Received:
    228
    maybe with menu jump. put a menu jump in the scene. then direct that menu jump to a ui with your message. but i think you should put a checkpoint in the same position as the menu jump. maybe a little before it. and the close button set it to restart checkpoint. i don't know if this will works I never tried it. maybe someone else that has done something similar.
     
  11. Bllaaa

    Bllaaa Boxer

    Joined:
    Jul 26, 2018
    Messages:
    71
    Likes Received:
    11
    Ok, I found it, it's really easy finally. ^^
    Hope it will helps somebody.

    1- Use a "Menu Jump"
    2- Create a new Ui
    3- Put your text in this Ui
    4- Create a button and set this function to "Back"
    5- That's all
     

Share This Page