|
How would I change this script so that instead of making the player move forward it makes it go backwards? Ive tried changing a few variables (I think there called) but I keep getting an error saying "unity.transform doesnt have a definition of backward" or something like that. Please can anyone help me? public class walkforward : MonoBehaviour{ }
(comments are locked)
|
|
This is really one of the simplest things you will ever have to do(if I understand you correctly) If you want to do this without any scripting required, why don't you just change the variable from 5.0 to -5.0(a negative value)?: There are many ways of doing it, and you don't know the basics(which is not a bad thing), but starting out with a few tutorials will work wonders and will properly help you with this problem. I didn't know this because I thought it would be a lot harder to do so but thanks for the help
Oct 24 '11 at 04:54 PM
Dreave
(comments are locked)
|
