Game Development Community

Newb Question: Auto-move

by Lawson Lim · in Technical Issues · 10/30/2007 (6:08 am) · 4 replies

I'm trying to make a flight game, and I want the plane to move forward automatically - i.e. I don't want to have to press a "forward" key in order to move forward. Can anyone tell me how I'd go about doing this?

Thanks.

About the author

Recent Threads


#1
10/30/2007 (6:49 am)
Have a look at this I think it has that ability:

Quote:
The key bindings and options dialog have been changed to support throttle levels. Press Q to throttle up, and E to throttle down.
www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=7405
#2
10/31/2007 (4:06 pm)
You could just set its forward velocity to a number instead of it depending on player input.
#3
11/01/2007 (8:55 pm)
Sorry, but could you tell me where I could find the forward velocity in a starter pack?
#4
11/04/2007 (6:42 am)
Defaul.bind.cs. Change $mvForwardAction to one.