The achievement wrote:do you mean that if your actor hits a specific wall, lets say wall number one
you want your actor to bounce off it at a higher speed, is that what your saying?
No, i know how to change the physical response of the walls. What was happening is that i would set an initial xvelocity speed, but it would never change, in fact it would increase. I was trying to make some IF statement that would only set xvelocity the first time it was drawn...but could not figure out the logice. I will try the directional velocity..thanks.