Shake substitute?

0 favourites
  • 4 posts
  • Hello C2 Community

    I have been developing a game that heavily use Shake effect, at different magnitudes and durations.

    Scroll is applied to camera, ad I am really struggling to get the desire amount of shake since different situations require different shake settings, in short word, i am noticing that the settings are getting muddled up, so I get a weak shake when I want a strong one and viceversa.

    How can I handle this?

    Do you know a more reliable way to shake things up?

    Please help!

    Tagged:

  • I found out why I was getting unexpected shacking magnitude, basically different shake inputs were happening at the same time, so only the last one was showing on screen, kind of overraiding the others.

    Still interested on Shake alternatives though, any suggestions are welcome.

    Cheers

  • A simple method would be to use a variable bool to set a "shake" state.

    In the state you just set the scrollx to scrollx + random(-10,10).

    In the initialisation you would store the original scrollx, and set the bool.

    You could then add a system wait in that event and reset the bool, then the scroll to its origin.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you Newt,

    I ll look into that.

    Cheers

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