Page 1 of 1

how do you change speed?

PostPosted: Sat Jan 13, 2007 4:02 pm
by DarkParadox
im trying to make a motorcycle game and i want the motorcycle to go faster how do i do it :?:

PostPosted: Mon Jan 15, 2007 12:32 am
by makslane
To accelerate in the x axis:

Code: Select all
xvelocity += 1;