I just want a random angle bounce upon Sprite hitting Solid. How would I do that?
Clarification: I want to spawn an object and have it drop and hit something. Upon hitting it I want it to bounce.
Develop games in your browser. Powerful, performant & highly capable.
You can use the bullet behavior with gravity and on collisions with solid set angle of motion to random desired angle.
[attachment=0:2o1iai8q][/attachment:2o1iai8q]
If there is lots of bouncing etc, you might look into the physics behavior, but that has the potential to add lots of additional complexity.