I have tried using the velocity variable and setting it then increasing it, but it doesnt work and i am not sure. I just want me sprite to slowly get faster
THanks
Offline
mattysplatt wrote:
I have tried using the velocity variable and setting it then increasing it, but it doesnt work and i am not sure. I just want me sprite to slowly get faster
THanks
Hey !
Try this. It will work.
( there are many possibilities to increase the velocity. This is just one option. I used the physics idea of aceleration. The value "2" at my script is the aceleration.)
when gf clicked reset timer forever change x by <(2)*(timer)>
Last edited by rlojunior (2012-11-05 05:23:54)
Offline
set [speed v] to [1] forever move (speed) steps change [speed v] by (1) //higher to increase faster endtested; it should work
set [speed v] to [1] forever move (speed) steps change [speed v] by (speed) end
Last edited by thebriculator (2012-11-05 10:57:46)
Offline