Mail Archives: djgpp/1998/12/25/00:20:49
-----Original Message-----
From: Twilight Knight <what4 AT fuse DOT net>
Newsgroups: comp.os.msdos.djgpp
Date: Thursday, December 24, 1998 2:09 AM
Subject: Scrolling Credits are too s-l-o-w.
>Hi,
>
>I had no examples for scrolling credits in my game and so I had to do a
>short, quick, and dirty coding job for them, since i'd never even attempted
>this before. Can anyone offer a suggestion to help speed up my credits?
>Here's a code snippit, if you want it, take it but be warned, it's s-l-o-w.
One suggestion - pre generate a bitmap and slide this along another bitmap,
copying the final one to the screen, then clearing the final one from a
master bitmap and repeating the process for each line to be scrolled.
Kind Regards,
Rylan
Is truth beauty or is beauty truth?
http://home.intekom.com/rylan/index.html
(NASM examples, NASM - TASM, DJGPP gfx source & semi-tuts)
- Raw text -