[Thread Prev] [Thread Next]
> This is an automatic message sent from the web form at:
> http://mia.openworldlearning.org/mwforum.htm
>
> from: prms <piratetrips@xxxxxxxxxxx>
> date: Mon Nov 13 12:50:58 2006
>
> I am making a game in which a turtle fires a zapper gun and shoots
> other turtles to kill them. I have a "base" zapper turtle that clones
> itself when you press a button, and I want the clone to go wherever
> the turtle with the zapper gun is, and clickon. How should I do this?
> I think this will be like a setpos procedure, but don't know how to
> make it follow and set postion with the other turtle.
Hi prms,
you could put this as the instruction of the clone turtle:
setpos ask "zapper [pos]
and set it to many times.
("zapper" would be the name of the zapper turtle)
Daniel
OpenWorld Learning
Previous by thread:
MIA, Ask an Expert: zapper gun
Next by thread:
Re: MIA, Ask an Expert: zapper gun
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.
|