My particles move around all the time, following their set direction ( which is a random number ), yet when they reach the edge, and I'm sure this is simple but I just can't figure it out, I want them to seemingly bounce of the walls. I could do it with setLocation method, but I'm trying to make them follow their direction, just using move(). Help????

