From: tprouse AT mailbox DOT uq DOT edu DOT au (Thomas Prouse) Newsgroups: comp.os.msdos.djgpp Subject: Frame Rate in Allegro Date: Sun, 07 Dec 1997 06:58:35 GMT Organization: University of Queensland Lines: 9 Message-ID: <348a4759.13622124@news.uq.edu.au> NNTP-Posting-Host: zztprous.dialin.uq.net.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am trying to implement a frame rate system under DJGPP, using Allegro. I want to be able to change the animation frame rate from 10 frames/second, up to 100fps. But I need to implement it using Allegro timers. Any help you can provide would be greatly appreciated.