Actor Vibrates when collides! Help please!

delshaddelshad Member Posts: 11
edited November -1 in Tech Support
Hi, i have i problem my actor vibrates when collides with a wall. it's a fall game with walls , Please help and i wonder if it's possible to count score when a actor pass an object

Thanks!

Comments

  • osucowboy18osucowboy18 Member Posts: 1,307
    As far as the actor vibrating when it hits the wall, try this rule inside the actor the user controls.

    When actor receives event, overlaps or collides with actor of type wall...

    Change Attribute:
    Self.Motion.Linear Velocity X to 0

    End Rule

    Note that you may also have to change self.motion.linear velocity Y in order to make this work. Try tinkering with that for a while and see if you can come up with something. Good luck!

    - Alex
  • delshaddelshad Member Posts: 11
    Thanks guys :)
Sign In or Register to comment.