hi. can u help me plz when iwant to make a sprite move i normaly use [blocks]<move( 8 )steps>[/blocks]
but that is to glitchy and any less and the sprite moves to slow so is there a way to make the sprite move smoothly but not to slow? thanks for your time
Offline
Well to make it move smoothly, do this:
[blocks]
<when green flag clicked>
<forever if><key[ right arrow ]pressed?>
<change x by( 8
<end>
[/blocks]
But don't use the [blocks] <when[ ]key pressed> [/blocks] block, it will not be smooth.
Offline