request: more screen shake support

0 favourites
  • 3 posts
From the Asset Store
Total customisation of the input! You can combine inputs from all peripherals. Make your game accessible for everyone!
  • I find the shake-option in the scroll to-behaviour too limited.

    I only see the screen shaking when I enter a magnitude higher than around 120 or 150.

    and that's too much shaking.

    The shaking is also not constant (even when I select the constant option).

    So I would like to see more shake-options.

    To include for example the following options:

    • shake screen with a minimum of 1 pixel (important option)
    • shake horizontal and vertical and diagonally (fairly important option)
    • shake only horizontal (optional option)
    • shake only vertical (optional option)

    (Or is screen shake not supported in a simple way in html5?

    And would it still be available when exported to other platforms available (android/ios)?)

  • Shake is one of the simplest things you can do.

    Just do it your self using variables, the random() expression, and the system scrollx, and scrolly.

    Like:

    +> global variable "shake"= 1

    -->system scroll x to scrollx+random(-30,30)

    -->system scroll y to scrolly+random(-30,30)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks, this is not a feature request anymore.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)