of     1   

LaikaInSpace
#192026776Saturday, June 25, 2016 6:27 PM GMT

So I'm working on a game where when a brick is clicked, it flings in a random direction. Any tips on how to do this?
ImFarley
#192026980Saturday, June 25, 2016 6:30 PM GMT

Whale. Probably easiest to put a body velocity into it, set the its maxforce to math.huge and set the values on all 3 axis to a random number.
LaikaInSpace
#192036261Saturday, June 25, 2016 8:52 PM GMT

Thanks mate.

    of     1