1. BMP Paths
------=_NextPart_000_000B_01C029F9.A9F3DA20
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello ,
I've been working on my "jet" program which, if it gets finished, I =
will send you. Super thanks to ev'ry one who has helped especially =
Brian. But, a new, sort of problem has arisen:
This program is a very basic plane shooter so,
I'd like a BMP, the enemy ship, to move around. I can make him(?) move =
but I'm using a series of 'if' commands which, I think isn't the right =
way to go. I saw in one program, can't remember which, something that =
looked like:
constant move=3D{{0,0},{1,3},{2,6},{3,9}}=20
and so on. Oh, right. It was a demo from ABGTE2, the Bouncing Ball Demo. =
And the ball seemed to have a path to follow.
So my question is, how can I get the BMP to move vertically and =
horizontally with a path like the one in Bouncing Ball?=20
-/\=3D
Bye, and thanks.
Thomas.
------=_NextPart_000_000B_01C029F9.A9F3DA20
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hello ,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2> I've been working on =
my "jet"=20
program which, if it gets finished, I will send you. Super thanks to =
ev'ry one=20
who has helped especially Brian. But, a new, sort of problem has=20
arisen:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>This program is a very <EM>basic =
</EM>plane shooter=20
so,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I'd like a BMP, the enemy ship, to move =
around. I=20
can make him(?) move but I'm using a series of 'if' commands which, I =
think=20
isn't the right way to go. I saw in one program, can't remember which, =
something=20
that looked like:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>constant =
move=3D{{0,0},{1,3},{2,6},{3,9}}=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>and so on. Oh, right. It was a demo =
from ABGTE2,=20
the Bouncing Ball Demo. And the ball seemed to have a path to=20
follow.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>So my question is, how can I get =
the BMP to=20
move vertically and horizontally with a path like the one in Bouncing =
Ball?=20
</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D4>-/\<FONT =
color=3D#ff0000>=3D</FONT></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Bye, and thanks.</FONT></DIV>
------=_NextPart_000_000B_01C029F9.A9F3DA20--
2. Re: BMP Paths
On Fri, 29 Sep 2000 09:43:03 -0700, Thomas wrote:
>So my question is, how can I get the BMP to move vertically and
>horizontally with a path like the one in Bouncing Ball?
Why not just use the bouncing ball demo as a guide to solving your problem?
-- Brian