can anyone help me make one
the script i have just makes everything move 1 step towards whatever key is being held down
thats not relly smooth like a normal platformers movements shold be
and i looked at a few tuterial;s but i dont want any velosity in the scripts
Offline
I would love to help you, but I only know how to do this with velocity. Sorry.
Offline
but the thing i wanna make needs to have an constant speed thats why i dont want velosity
Offline
Uh, just use move x steps in direction whatever if you want a constant motion
Offline
Instead of
When right arrow pressed
Change x by 5
Put
When green flag clicked
Forever
If key right arrow pressed
Change x by 5
End if
End forever
Also, could you upload the project, so we can see the scripts?
Offline