The Random Function and Restitution

Hi, so right now I'm trying to make blocks bounce down a slope at random times and at random heights. I've been able to spawn the actors at random times but they all follow the same path. My problem is getting each of these actors to change to a random bounciness value. Any solution is greatly appreciated :)

Comments

  • ArmellineArmelline Member, PRO Posts: 5,332

    Since you cannot randomise the bounciness of the actors on the fly, you'd either need to spawn random different actors with different bounciness settings, or you'd need to apply a different randomising factor to them. How are you making them move? Can you randomise that a bit? Are you applying gravity game wide, or to the boxes? Can you randomise that a little?

Sign In or Register to comment.