From: preacher AT yoyo DOT cc DOT monash DOT edu DOT au (Robert Clayton) Newsgroups: comp.os.msdos.djgpp Subject: Speed with Allegro Date: 4 Jan 1998 23:04:43 GMT Organization: Monash Uni Lines: 8 Message-ID: <68p4ib$cr8$1@towncrier.cc.monash.edu.au> NNTP-Posting-Host: yoyo.cc.monash.edu.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Okay, my problem is this- I can make some sprites dance around the screen, and I have a little space ship that the player controls. That's all fine and dandy, the problem is that I can't get it to run fast enough. I can smoothly scroll the ships, etc. I don't know why. It's not my machine, a P166. I'm using Allegro, drawing the sprites onto a bitmap which I then show, using the double buffering technique. Any help?