A strange lack of bouncing.

ZourathZourath Member Posts: 16
edited November -1 in Working with GS (Mac)
Ok, so I have an actor which is set to move a random direction between 45 and 135 using the move behavior, however when it collides with a wall it bounces for a moment then keeps moving on the original path, continuously hugging the wall. Is there a way to get the actor to bounce off the wall and/or mirror the direction?

Comments

  • JGary321JGary321 Member Posts: 1,246
    Change restitution to 1 or 2 under the actor you want to be "bouncy"
  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    Use the change velocity behavior instead.
    The Move Behavior is set to force your actor in that set direction.
  • JGary321JGary321 Member Posts: 1,246
    Or that might work =p
  • ZourathZourath Member Posts: 16
    Thanks CodeMonkey, that worked.
Sign In or Register to comment.