Help me please with Control Camera up,down and go to right

DonroncaDonronca Member, PRO Posts: 87
edited February 2014 in Working with GS (PC)
i'm trying to build an app what i would like to make is
a Camera Control on a actor that automaticly goes vertical down without a click and to the horizontal right.
and when i'm click it go a little vertical up.

hope you understand me and can help me out.

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
  • DonroncaDonronca Member, PRO Posts: 87
    in Flappy bird the Bars will be random respawn.

    i would like to make that the camera follows the player. and outside the screen the other actors will be without using Velocity.
  • JiggleboxJigglebox Member Posts: 63
    When you are on your editing screen, there should be a Camera symbol at the top, to the left of the play button. Click that, then on the edit screen, there are little white bars at the edge of the "platform borders," grab and drag those to the center until they look like a + sign. Then, in your player's actor coding. Add a rule and type in "camera follow." this will now make it so the camera always follows your player's actor.
  • DonroncaDonronca Member, PRO Posts: 87
    i've got the windows version. and it don't work.
    i want that it follow the actor. but that the actor stardard going down and to the right without going diagonal if you're know what i'm mean
  • DonroncaDonronca Member, PRO Posts: 87
    that i touch and it goes vertical up.
  • DonroncaDonronca Member, PRO Posts: 87
    is this possible?
    because i'm trying to change the rules and atribute but the only thing that work is following actor to the right, and when i've make a rule -> touch is pressed -> Change Velocity to 0 it won't happend also if i'm using move element. can someone know the solution?

    greets
  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    If you want the actor to stop when touch is pressed, you can either use an attribute for the speed and use a Move behavior (to stop the actor, change the attribute to 0) or you can put the Move behavior that you already have inside of the Else section of the If Touch is Pressed rule.
  • DonroncaDonronca Member, PRO Posts: 87
    so it is possible what i'm saying? i can't get it to work. everytime when i try than or
    the actor stops moving to the right. or it doesn't go down.

    i want that the actor allways going to right. even when i'm use a touch element to go up.

    thanks for your replay.
  • DonroncaDonronca Member, PRO Posts: 87
    do you maybe have an example? if i see than i won't forget it.
  • DonroncaDonronca Member, PRO Posts: 87
    ?
Sign In or Register to comment.