I need some help, i am creating a ball that I can move about in a matrix. I can get the ball to move forward and backward but i cant make the damn thing turn. Please help. Here is code sample:
if upkey() then move object 1, +1
if leftkey() then move object 1, turn left +1
the second line does not work (obviously) i need help plz. Also, how do I know what numbers position an object where on the matrix? Lets say I wanted my ball to start dead ceneter, how do i do this? How do i shrink the size of the ball? I have:
make object sphere 1,100
i tried playing with the numbers but i cant get it to shrink. It starts off with the matrix tile (make matrix 1,100,100,10,10) slicing right through the damn thing. Plz help.
"I can only imagine where the industry will be in another 10 years..."