1. LINE TYPES

I've been a EUPHORIA user since version 1.4a.

I have been converting many of my Business & Graphics programs over to
EUPHORIA and have  had  suscess with almost all of them except the lines type
statement that Qbasic,  GWbasic & Quick Basic have.

Can any of the EUPHORIA  grahics experts that I have been reading on this
list server help me ?

I noted that someone was looking for a 3-D modle program that could be
converted to
EUPHORIA.  I have a example in Qbasic that rotates a cube using cursor keys.

If he wants this I will convert this to EUPHORIA  and  post it here.  Just
let me know.

I write in the above languages and a few more obscure languages and have
found none of these languages as powerful as EUPHORIA.  It's worth the time
and effort to
convert any language to EUPHORIA.



 P.S. :  I  MAKE  MONEY  WRITING  PROGRAMS  AND  EUPHORIA  WILL  HELP
            ME  MAKE  MORE.


                                                 ROD DAMON

new topic     » topic index » view message » categorize

2. Re: LINE TYPES

On Thu, 17 Apr 1997 16:26:00 -0400 Rod Damon <RodDamon at AOL.COM> writes:
>
>I have been converting many of my Business & Graphics programs over to
>EUPHORIA and have  had  suscess with almost all of them except the
>lines type statement that Qbasic,  GWbasic & Quick Basic have.
>
>                                                 ROD DAMON

if you are speaking of

upper = 0
left = 0
lower = 12
right = 23
color = 1 -- which is blue

LINE (upper, left) - (lower, right), color

Then you should look at drawline()

I hope this gets you pointed in the right direction.
drawline is a part of normal Euphoria.
You may need to include graphics.e or image.e NOT SURE.

--Lucius Lamar Hilley III
--  E-mail at luciuslhilleyiii at juno.com
--  I support transferring of files less than 60K.
--  I can Decode both UU and Base64 format.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu