We were asked in our Anderson Thread here
http://forum.thegamecreators.com/?m=forum_view&t=104525&b=25
how me managed to get vehicles for the player working. On the 5th page of the thread there are a few hints how to model vehicles in order to ensure their functionality, and here is script and example, because I guess it could lay forgotten in the games`thread.
Allright, here`s a screenshot with the settings used:
Here is the script used for this type of flyer:
desc = Flyer test
:state=0,scancodekeypressed=22:movefore=4
:state=0,scancodekeypressed=36:moveback=4
:state=0,scancodekeypressed=35:rotatey=15
:state=0,scancodekeypressed=37:rotatey=-15
:state=0,scancodekeypressed=211:destroy
And here is a small video (2MB)showing the result:
(speeded up to 200%, because I use "U" key for going forward, what always activates this nasty sync thing, killing my frame rate, during "game test")
http://www.homegrowngames.at/goodies/flyertest.mov
Good luck with reproduction...
It`s not a bug, it`s a feature