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

#1 2011-05-09 21:50:03

Werewolfgurl
Scratcher
Registered: 2011-03-04
Posts: 1

Moving characters

in order to move a character try to do this:
<when[  ]key pressed><move(  )steps><point in direction(
but switch move steps with point in direction

Offline

 

#2 2011-05-11 19:25:36

dogsuitgir
Scratcher
Registered: 2011-05-09
Posts: 16

Re: Moving characters

ok then...

Offline

 

#3 2011-05-11 21:28:09

bananaman114
Scratcher
Registered: 2010-03-15
Posts: 1000+

Re: Moving characters

I would use...
When Green Flag clicked
forever
if
key <right arrow> pressed
point in direction 90
if
key <left arrow> pressed
point in direction -90
move 10 steps

and so on.


the sun still shines

Offline

 

#4 2011-05-12 03:04:13

boney123125
New Scratcher
Registered: 2010-06-28
Posts: 1

Re: Moving characters

i use two sepret costumes
http://scratch.mit.edu/forums/viewtopic.php?id=62940#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=62http://scratch.mit.edu/forums/viewtopic.php?id=62940#req_message940#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=62940#req_messagehttp://scratch.mit.edu/forums/viewtopic.php?id=62940#req_message

Offline

 

Board footer