Hi everyone,
sorry about my bad language
I had old question for three years ago, and i never found who can help me
i wanna get best game controller, like GTA SA, Final fantasy XIII, Rayman 2, Crash Bandicoot 3 and MikeInel's game (Illusions of the Tower)
http://forum.thegamecreators.com/?m=forum_view&t=114553&b=8
I have this code but it doesn't work with ps3 analog (PS3 controller) and not professional
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 help. all answers is:
programming it by your self, learn programming or no answers.
i can't do it alone
Thanks,,,
4444444444444444444444