Something's been on my mind for a while now. I'll show you...
Here's a basic graph showing the X and Y axis:
Y|
|
|
|
|____________
X
As you can see, the X axis goes right and left, and the Y axis goes up and down. So how come:
MAKE OBJECT CUBE 1, 50
DO
YROTATE OBJECT 1, OBJECT ANGLE Y(1) + 0.1
LOOP
goes left (X axis), and:
MAKE OBJECT CUBE 1, 50
DO
XROTATE OBJECT 1, OBJECT ANGLE X(1) + 0.1
LOOP
goes up (Y axis)?
Is there something I'm missing here?
Please reply soon.
Thanks in advance.
DarkBASIC Professional is the best programming utility.
8/10 Housewives agree!