cansumeonetellmehowtomakemyspriterunsmuth
Offline
Please, supply more information. There are lots of people out there that are willing to help, but are unable due to lack of information. Can you upload and link to the project? Thanks!
Last edited by SciTecCf (2012-06-26 07:17:14)
Offline
You could use velocities, but we're not sure if running means moving, or scrolling, or even processing. I'd be glad to help if I could understand. Thanks!
Offline
if you mean running, you can just make a script where:
when you press right arrow key, change x by 1
and
left arrow, change x by -1
that is a really simple one, for a platforming game, see my game platform mk4:
http://scratch.mit.edu/projects/Corwen/2630226
if you go on the player sprite and look at the script, there is one which is quite big, and you can probs tell which one it is (in fact, there are a few smaller ones). these scripts allow for basic moving and jumping, check out my earlier version:
http://scratch.mit.edu/projects/Corwen/2629804
which should be easier to find the right code.
Offline
I believe they want to use velocity because using the move or change x block tends to be very choppy and "unsmooth".
Magnie, a fellow scratch user, has written an awesome guide on velocity which you can see here: LINK
Last edited by fg123 (2012-06-26 15:55:19)
Offline