home *** CD-ROM | disk | FTP | other *** search
- Path: yama.mcc.ac.uk!usenet
- From: Christos Dimitrakakis <mbge4cd1@fs1.ee.man.ac.uk>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: System Interrupt
- Date: 19 Apr 1996 18:41:59 GMT
- Organization: Manchester Computing
- Message-ID: <4l8mpn$2ei@yama.mcc.ac.uk>
- References: <4l52l5$5n1@rubycon.man.szczecin.pl>
- NNTP-Posting-Host: pca46.li.man.ac.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
- Oh, I forgot:
- Exec calls your program every other VBlank or so,
- depending on what's running
- (On every VBlank if there is nothing else running)
- so there it is.
- Put a Delay (1) call
- at the end of your program,
- which will put it to sleep until the next
- vertical blank.
-
- Happy?
-
-
-