[Thread Prev] [Thread Next]
In Microworld Pro, we still can't get to turtles to move at the same time:
to dog
t1, seth 270
repeat 30 [setsh 19 fd 3 wait 1 setsh 20 fd 3 wait 1]
end
to butterfly
t2, seth 90
repeat 30 [setsh 34 fd 3 wait 1 setsh 35 fd 3 wait 1]
end
to start
everyone [clickon]
end
Please advise. Thanks, Kathy Basovsky and 6th grade class
________________________________
From: mwforum-admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxx on behalf of Daniel Ajoy
Sent: Thu 2/7/2008 11:56 PM
To: mwforum@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Subject: Re: animating more than 1 more turtle[Scanned]
On 7 Feb 2008 at 20:45, Timothy Klein wrote:
> But YOUR method does work, IF you put 'patch' and 'butterfly' in the
> 'OnClick' field of the the turtle's backpack (or in the 'Instruction'
> field in MW Pro).
>
You can also achieve this typing something like the following on
the Command Center:
tto "t1 setinstruction "Patch
tto "t2 setinstruction "butterfly
Daniel
OpenWorld Learning
<<winmail.dat>>
Previous by thread:
Re: animating more than 1 more turtle
Next by thread:
RE: animating more than 1 more turtle
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|