This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-08-14 11:12:39

thedefenderofdeath
Scratcher
Registered: 2009-08-13
Posts: 10

help-movement glitchy

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

 

#2 2009-08-14 14:14:54

WeirdF
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: help-movement glitchy

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.


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

Board footer