- Home /
Other
How can I make a jet script?
I need a script that will fire up a jet when I press a key and turn it off when I release. Is that possible? I also want a script to move an object to a certain point when I press a key and put it back when I release. Thanks in advance!
Why not post the things you have tried, and if you need help, ask more specific questions. There's plenty of help at the Learn section of the Unity site.
Unity Answers does not write or find scripts to spec. UA addresses single, specific technical problems to help you write your own code. Take a look at the reference entries for:
Input.On$$anonymous$$eyDown()
Input.On$$anonymous$$eyUp()
Input.GetAxis()
Rigidbody.AddForce()
Vector3.$$anonymous$$oveTowards()
Vector3.Lerp()
You might also take a look at iTween.
You might take a look at this question to guide your future questions:
http://answers.unity3d.com/questions/794365/why-are-my-questions-not-getting-posted.html
Follow this Question
Related Questions
Is there a script for moving a rigidbody without using a character controller? 1 Answer
My car dont move 1 Answer
car water floating script help. 2 Answers
car tutorial scripts question 1 Answer
Freeze Position problem 1 Answer