JV> Is anyone out there a game programmer, or a graphics
JV> programmer? If so, would you let me see some source code
JV> 'cause I'm learning how to write games and I could sure use
JV> some help when it comes to graphics manipulation and all that
JV> good stuff.
Load graphic mode no.13 (320x200x256):
asm mov ax, 13h;
asm int 10h;
*********************************************************************
Change the color of one pixel of the screen:
pokeb(0xA000,number,color);
Where "color" is a number 0 to 255 and number is a pixel-number 0 to 64000.
********************************************************************
If you can be more specific i can give you some more code-examples.
Good luck with your game-programming!
//Anders
---
---------------
* Origin: (2:203/512.13)
|