to
paddles
getchoice
t1,
if :answer = "i [fd 10]
if :answer = "m [bk 10]
if :answer = "j [lt 10]
if :answer = "l [rt 10]
t2,
if :answer = "w [fd 10]
if :answer = "z [bk 10]
if :answer = "a [lt 10]
if :answer = "s [rt 10]
paddles
end
to startgame
t1, setpos [-200 0] seth 90
t2, setpos [-200 20] seth 90
paddles
end
Create a button with the instruction startrace.
If everything works you should be able to use the keys to control
the turtles separately and have a race to the finish.
An extra instruction transparent "text1 Makes the
text box called text1 transparent. This was used to create the words
FINISH in the obstacle course shown above. |