Pages: 1
I have seen velocity tutorials but the tutorials used too much velocity. I tried getting it down but it doesn't work. Can someone help?[blocks]<set{xvelocity }to( i don't know!!!![/blocks]
Offline
If you want the character to eventually stop, you can use:Forever Set Xvelocity to Xvelocity * .8You can change the number; the closer to 1 it is, the slower it stops.