Making actor free fall after touch is pressed

Hello everyone! I've recently started a project, where I need actor to fall free (without stops) after it was touched. Need help ASAP!

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
    Create a rule:

    When touch is pressed:

    - Accelerate: Direction 270, speed 1000, relative to scene.
  • MadCursorMadCursor Member Posts: 15
    Create a rule:

    When touch is pressed:

    - Accelerate: Direction 270, speed 1000, relative to scene.
    Thanks a lot! But I have another question: What if the actor is moving left or right? In this situation falling isn't working actually((
  • MadCursorMadCursor Member Posts: 15
    Oh, I've just found an answer on my question.

    I used Change velocity behavior
Sign In or Register to comment.