Page 1 of 1

car game?

PostPosted: Thu Mar 09, 2006 4:37 pm
by hneesh
i am making a car game how can i make the car drift and go revers...............................

PostPosted: Thu Mar 09, 2006 4:55 pm
by The achievement
1)To make the car go reverse you put "your car actor">add event key down(put the button you want the car to go reverse)>script editor and type this code x=x-5 or x=-5.
2) then for drifting you have to make a variable for car drifting, just put the name Car Drift as the variable name. keep asking if it doesent work! :)

didnt work

PostPosted: Fri Mar 10, 2006 10:17 am
by hneesh
the drifting didnt work please be spasifec i dont know much programing.. :lol:

PostPosted: Fri Mar 10, 2006 8:26 pm
by The achievement
ok not a problem! first go to your car actor,then key down,press any key you want to use drift, then add action script editor, then you will see variables on the bottom, then type in (carDrift) for the variable name, then in the script type if(*your actor name*.carDrift==0) if that dont work keep on asking! :D