Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Rotation of an object
« previous
next »
Print
Pages: [
1
]
Author
Topic: Rotation of an object (Read 438 times)
Kalphiter
April 13, 2009, 11:04:15 PM
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()
Ad Bot
Advertisement
Destiny/Zack0Wack0
April 13, 2009, 11:05:34 PM
Why didn't you just change each parameter and see what happened...?
Kalphiter
April 13, 2009, 11:07:47 PM
I'm having trouble on negation. (as you know a double negative is a positive, anyway)
Kalphiter
April 14, 2009, 06:32:52 PM
Oh!
%negativeNumber = -3;
%yap = -%negativeNumber;
echo("Yap is "@ %yap);
I was also too tired to realize the easiness of this question.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Rotation of an object