MajorMan wrote:
<when green flag clicked><forever><key[D]pressed?><point in direction(D <move(1 )steps>. D means the direction you want to move in.
Wouldn't a better idea for it to move X position by 1, And A for -1 X
Offline
<when[ d ]key pressed>
<change x by( 1
<when[ a ]key pressed>
<change x by( -1
<when[ w ]key pressed>
<change y by( 1
<when[ s ]key pressed>
<change y by( -1
That's if you're using WASD control
Offline