How do i make the walls go up when the ball reaches a certain height ?

How do I make the walls go up when the ball reaches a certain height?

Answers

  • pHghostpHghost London, UKMember Posts: 2,342

    Talk to them nicely. Usually walls aren't too keen to move if you shout.

  • Triangularity GamesTriangularity Games Founder/Owner MarylandMember Posts: 140

    You could make a boolean game attribute called "wallFlag". In the ball actor, when it reaches the y position you want, trigger the flag. Then in the wall actor make a rule that when the "wallFlag" is true, move the wall to the position you want.

  • GrimmGhostsGrimmGhosts Member, PRO Posts: 33

    This could help use the arrow keys to move up and down

Sign In or Register to comment.