Re: Learning Euphoria
At 06:22 PM 5/26/97 -0600, you wrote:
>Hi Guys
>Sorry about the first e-mail I was mad.The promble is that When I try to
>write a simple program like the draw_line just to draw a straght line I can
>not do that I do not understand draw_line
>(BLUE,{{100,100},{200,200},{700,900}}) their are 3 sets of numbers ? How is
>the screen made up as how many rows,col.The basic I know all you had to do
>was for i = 1 to 50:draw(green,5):next i ( 5=pixels at a time) also how do
>you put a whole string of numbers into it like from a data file.What I am
>trying to do right now is draw a chess board on the screen and fill the
>squiers with diff colors.I want to program in broad games,quiz games chess
>stuff all with good graphics.I never quit when a program pisses me off like
>this.
There are a few ways you can manage this. Seriously, the best way is to draw
a picture (in .BMP format, or something else loaded with PIC_LOAD.E), and
use draw_image() to put it on the screen. Another way is to make TWO sequences :
{black,black,black,black,brown,brown,brown,brown,...} and one that is
viceversa and alll you have to do is use pixel({the sequence...},{the
location}) over and over until you have a chess board. Yes, even I don't
know what I am talking about. Better ask David Gay.
>David Mosley
>ampenter at sisna.com
So exactly what IS your real name? Scott or David?
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
The Reaper (J. Lays) http://www.geocities.com/TimesSquare/Alley/4444/
reaper at auracom.com Check out my Euphoria Games page at:
-= http://www.geocities.com/TimesSquare/Alley/4444/eugames.html
........................
. .. -||..........__...... "There is a shadow that looms over life,
. / ||......../-- \\.:::: Of knowledge that will never be found;
. ..| ||...... / | |.::: You can guess or waste your life on it,
.| _-||.......|| / /.:::: Or look beyond into what's next."
..| |..||...... -\_- \ |\-.:::
.| |.[< \ .../ \.::
.||.|||\|\ | - - . \.::::
...|.\|| | \ | | |.:::.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
Not Categorized, Please Help
|
|