Author Topic: Rotation of an object  (Read 439 times)

When I get the rotation of an object, which parameters do I change to flip(flip direction, not anything else) the vehicle?
Wouldn't I negate everything? How is that possible.

.getposition()
getWord(x)

Then, what do I negate?

.setTransform()

Why didn't you just change each parameter and see what happened...?

I'm having trouble on negation. (as you know a double negative is a positive, anyway)

Oh!


%negativeNumber = -3;
%yap = -%negativeNumber;
echo("Yap is "@ %yap);

I was also too tired to realize the easiness of this question.