trying to move an actor to a place on screen and hold there.

HappyGOLUCKYHappyGOLUCKY Member, PRO Posts: 102

hey guys

Whats happening when I set a move to attribute it moves my actor to the left of screen usually bottom left of screen. Why and how can I get the actor to move up on hold there (straight up and hold at lets say the middle of the screen without moving to the left)

Thanks
Happy

Answers

  • pHghostpHghost London, UKMember Posts: 2,342
    edited August 2014

    In the 'Move To' attribute, you set both the X and Y location.

    If you want the actor to move only vertical, make sure you set X right, to stay at the location of the actor.

    So, if the 'Relative To:" is Actor, X (horizontal) has to be set to 0, but if 'Relative To:" is Scene, then X needs to be set to the coordinate of of the actor, or better yet, to self.Position.X in the expression editor.

Sign In or Register to comment.