Hello, does anyone know why the sprite always moves very little distance ?.
I put a very high value to vector x but the sprite moves very little.
Although the value is 1000 or 10000 the sprite always moves very little distance.
Why?
https://www.dropbox.com/s/86a6noo04sqmzi6/vectorXtest.capx?dl=0
The speed is limited by the max speed and the deceleration brings it to a halt fairly quick.
Develop games in your browser. Powerful, performant & highly capable.
But I can not change the speed or deceleration because the character uses those values.
I just want to give the character a boost but I do not want to change those values.
Is that impossible?
Just temporarily change them. So change them to allow the boost, then after a little time change it back.
Ok I have it.
Thank you!