Well, Im trying to get a smooth left right up and down movement code in o a cube, but i cant seem to figure it out, this is what i got, but its very chopps, and cannt be used as a multiple.
<when[ ]key pressed>
<change y by(
Offline
<when green flag clicked>
<forever>
<if><key[ ]pressed?>
<change x by( 1
<end>
<if><key[ ]pressed?>
<change x by( -1
<end>
<if><key[ ]pressed?>
<change y by( 1
<end>
<if><key[ ]pressed?>
<change y by( -1
<end>
<end>
Offline
balance eh, that was a good fix.
Offline