This is probably a stupid question, cause' I'm likely to have overlooked something.
But is there an easy way to make things rotate counterclockwise?
Rotating
-
- Posts: 14
- Joined: Fri Sep 21, 2007 2:22 pm
-
- Posts: 14
- Joined: Fri Sep 21, 2007 2:22 pm
Okay, for me that code generates a part that starts out rotating counter clockwise and will then rock back and forth between the minimum and maximum angles. Is what what you're after, or do you want the piece to keep spinning counter clockwise forever?
If you want it to keep spinning counter clockwise forever you need to change that 60 to a 0 so that the line reads:
rotatePart,48,-1,0,0,20
Otherwise I'm going to need you to explain to me what you're wanting the piece to do.
If you want it to keep spinning counter clockwise forever you need to change that 60 to a 0 so that the line reads:
rotatePart,48,-1,0,0,20
Otherwise I'm going to need you to explain to me what you're wanting the piece to do.
-
- Posts: 14
- Joined: Fri Sep 21, 2007 2:22 pm