Re: Just some questions

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Thu, 10 Apr 1997 14:56:20 +0200 Helge O Gundersen <helgeog at ONLINE.NO>
writes:
>
>Hi, this is my first mail to the mailing list. I'm a rather
>fresh programmer in Euphoria, and I have som question:
>
>1. Is there a way to display an image-sequence on screen which is
>faster than display_image()? Maybe someone has written a good
>procedure which is easy to use?

Someone else has handled this question. :)

>2. When I use get_mouse(), Euphoria do not register that I press a
>mouse-button if I move the mouse at the same time. I wonder if there
>is someone who can help me. I don't know anything about peek(),
>poke() and so on, so please explain if I need to do
>low-level-programming.

Using get_mouse()

RETURNED    ACTION
1                  MOVEMENT
2                LEFT Button Pressed

If moving and press left button you must add the values together.

2+1 = 3

This is true for all the get_mouse() returned values.
If you press two buttons at exactly the same time then
the returned value would be the sum of the two buttons
values.

BUTTON1 + BUTTON2 = Returned.

>3. Are there any procedures for null-modem-support that I can get my
>hands on? A multiplayer-game in Euphoria cuold be fun.

I hope that Greg will ReSend what little code he has for handling
modems.  His modem routines are very limited but he spent a great
deal of time and trouble getting that much done.  Maybe you can
find them useful.  He doesn't get much to program lately. :)

>        Einar Mogen
>

--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 thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu