Mipey, i think he means acceleration. to make acceleration, you have to always set your object to .x+'speed', and have other events which gradually change the speed value.Only multiply by timedelta if you want your game to be framerate independant (ie. Lag which skips frames instead of slowing the entire game down.) timedelta has nothing to do with speed of movement, it's only there to account for varied game framerates.