[MWForum]MIA, Ask an Expert: gravity, asciis, ...

Mike Sandy mwforum@lists.mathcats.com
Wed, 6 Oct 2004 19:14:49 +0100


Daniel uses " fd 5 wait 1" to control the motion of the target turtle. A
much smoother
motion can be obtained by using : "fd 0.05 * targ_vel"
where targ_vel is a slider with values 1 to 10.
The range of values may have to be changed depending on the computer speed,
mine runs at 1.1 GHz. Even with fd .005 there is movement.
Mike


> On 4 Oct 2004 at 16:02, Ask an Expert - Question wrote:
>
> > 2, in my game I'm trying to make it so if you press spacebar, the turtle
shoots. It
> > can shoot anything I
> > dont care, but how do i make it so that the thing I want the turtle to
shoot appears in
> > front of the turtle, and goes in the direction the turtle which shot it
is facing, until it
> > hit another turtle.
>
> Project attached.
>
> The turtle named "bullet" is hidden, but it has instructions.
>
> Daniel
> OpenWorld Learning (OWL)
> http://mia.openworldlearning.org
>
>