I have a question about angles. I want an object to fly at say X degrees above the x-axis. How do I apply this in the set direction, with a calculation using a random number range? the problem is that rand(x) will return a value of 0 to x-1, but what if I wanted a value between say 6 and 8?
