1. Re: Newbie Alert!

>1. Why are my pictures being cut off?
There can be problems with SVGA modes on some graphic cards. You could try
calling use_vesa()/force_vesa()/whatever it's called, or use a VESA library
(like Pete Eberlein's vesa20.e).


>2. Why can't I have two images that are 256 colour and have the proper
>colours? all_palette only works on one or the other not both.
Because there are no 512-color modes. Use a 15/16/24-bit mode, or generate a
common palette for all your images.


>3. (David) Mr. Gay's Guide to Programming said I could have pictures >that
>go thogether without a coloured outline aroud them.
>How does that work?
You mean the screen border? Here's how to set a "borderless" (the screen
border color is actually mapped to color 0, wich usually is black) mode 19
(320*200*256):

sequence inRegs,outRegs
outRegs = {0,0,0,0,0,0,0,0,0,0}
outRegs[REG_AX] = 19
inRegs = dos_interrupt(#10,outRegs)



________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu