Hi everi wrote this message in "Newcomers DBPro Corner" board
but when i publish it i forget some question then i back to edit it
when i publish it again it never show ?!?!?
http://forum.thegamecreators.com/?m=forum_view&t=168105&b=7
now, i was asking about best game controller like GTA SA, crash 3, rayman and
MikeInel's game (Illusions of the Tower)
http://forum.thegamecreators.com/?m=forum_view&t=114553&b=8
I have this code but its not professional and not work
with PS3 analog (PS3 controller)
Rem Project: 3dObjectControl
sync on
make object box 1, 20.0, 20.0, 40.0
position camera 0,200,0
point camera 0,0,0
do
controlObjectUsingKeyboard( 1, .05 )
sync
loop
function controlObjectUsingKeyboard( objectNumber as integer, speed# as float )
o = objectNumber :` because im lazy and dont want to type so much
xMovement# = (upkey() - downkey())*speed# : zMovement# = (rightkey() - leftkey())*speed#
distance# = sqrt( xMovement#*xMovement# + zMovement#*zMovement# )
angle = atanfull( zMovement#, xMovement# )
if upkey() or downkey() or leftkey() or rightkey() then yrotate object o, camera angle y() + angle : loop object o, 10, 30 : else stop object o
move object o, distance#
endfunction
I really need this help
and i search for this source code for three years ago, when i joined here
was answer is: write it by your self, and learn programming
but i can't do it now..
thanks,,,
4444444444444444444444