Re: Learning Euphoria
On Mon, 26 May 1997 18:22:16 -0600 David Mosley <ampenter at SISNA.COM>
writes:
>I do not understand draw_line(BLUE,{{100,100},{200,200},{700,900}})
> their are 3 sets of numbers ?
There are 3 sets of numbers this will create two lines.
One from (100,100)-(200,200) and one from (200,200)-(700,900)
First you must be in a graphics mode.
I believe you must include graphics.e ????
then
if graphics_mode(19) then
puts(1, "Failed to change modes")
abort(1)
end if
--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.
|
Not Categorized, Please Help
|
|