Re: New User Needs Guidance
On Sun, 5 Jan 1997, mike burrell wrote:
> i'd do all my sprites by hand... paste them on pixel by pixel which
> would allow you to do transparency (check to see if pixel is
> transparent)... if you're doing your game in graphics mode 19 (13h),
> i suggest setting up your own library for faster pixel and get_pixel
> routines:
I do something similar, but I write all my sprites to a virtual screen
then do display_image on the rectangular regions that have been changed,
It's MUCH quicker, and you don't have sprite flashes when sprites overlap.
Michael Packard
Lord Generic Productions
lgp at exo.com http://exo.com/~lgp
A Crash Course in Game Design and Production
http://exo.com/~lgp/euphoria
|
Not Categorized, Please Help
|
|