a
when I receive [message1 v]
set rotation style [left-rigt v]
repeat (10)
move (2) steps
next costume
if on edge, bounce
wait (1) secs
when I receive [message2 v]
set rotation style [left-rigt v]
repeat (5)
move (4) steps
next costume
if on edge, bounce
wait (0.5) secs
define walk (repetitions)(step)(pause)
set rotation style [left-rigt v]
repeat (repetitions)
move (step) steps
next costume
if on edge, bounce
wait (pause) secs