********************************************************************************
*
*   \         (c) Thomas Antoni, 22.2.2004 - 14.3.2004
*    \ /\           Mailto:thomas@antonis.de
*    ( )            Downloaded from www.antonis.de --- www.qbasic.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************

********************************************************************************
*
* .----------------.
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* '----------------'
*
* Download File  : Demos of the AK-Lib by C@rlo
*                  ====================================================
* Prog. Language : QuickBasic 4.5 und 7.1
* Author         : C@rlo ("Bruder Carlo")
*   - E-Mail     : BruderCarlo@aol.com
*   - Website    : www.free-lander.de
*
********************************************************************************

*** Short Description
This directory contains some breath-taking demo programs for Andre Klein's AK-Lib 
showing fractals,
3D balls and cubes as well as mouse buttons, message boxes and hires fonts
in screen resolutions up to 1024 x 768.

Installing instructions:
- Copy AK14B.QLB into the QuickBasic 4.5 directory
- Copy the DEMO\ folder as a subfolder into the QuickBasic 4.5 directory.
  This is necessary because the BAS demo progs are chained via
  RUN "DEMO\blabla.bas" statements.
- Launch QB with  "QB /L AK14B.QLB"
- Load START.BAS
- Start the program e.g. with the F5 key


********************************************************************************
*
* .---------------.
* | DEUTSCHE INFO |
* '---------------'
*                        
* Download-Datei: Demos zur AK-Lib von C@rlo
*                 =============================================================
* Progr.sprache : QuickBasic 4.5 und 7.1
* Autor         : C@rlo ("Bruder Carlo")
*   - E-Mail    : BruderCarlo@aol.com
*   - Webseite  : www.free-lander.de
*
********************************************************************************

*** Kurzbeschreibung
C@rlo ist ein begeisterter Anhnger der AK-Lib. Er hat einige Demoprogramme
porgrammiert, die die Highlights der AK-Lib berzeugend demonstrieren.

Die Demos enthalten fraktale Berechnungen, XGET und XPUT, grafische Spielereien
mit der Palette, hochauflsende Schriften, Maus und MessageBox, BMP laden u.v.m.
NEU: Jetzt ist auch ein Spiel in der Demo .

*** Inhalt
- START.BAS  - ruft DEMO1.BAS, DEMO2.BAS, DEMO3.BAS und SPIEL.BAS per RUN auf
- AUGEN.BAS  - geht auf meinem Pentium 100 MHz sehr langsam
- SPINNE.BAS - geht bei mir nicht. Strzt sofort "gutmtig" mit Rckkehr zu
               Windows 95 ab (Kommentar von Thomas Antoni). Laut C@rlo soll es
               auf moderneren Computern problemlos gehen.

*** Anwendungshinweise (von C@rlo)
Gehe zum Starten der Demo wie folgt vor:
- Kopiere AK14B.QLB ins QuickBasic 4.5 - Verzeichnis
- Kopiere den Ordner DEMO\ unbedingt als Unterverzeichnis in das QuickBasic
  4.5 -  Verzeichnis. Die Demo-Programme rufen sich mit RUN "DEMO\blabla.bas"
  gegenseitig auf.
- Starte QB mit QB /L AK14B.QLB
- Lade START.BAS
- Starte das Programm z.B. mit der F5-Taste             

Die Demo wird staendig erweitert. Ihr koennt aber auch eigene Programme 
schreiben, ich werde sie dann mit in der Demo einbauen (mit eurem Namen).

Sollte das Programm abstrzen, dann liegt das am Monitor, er muss mindestens 
1024 x 768 Pixel verarbeiten knnen.


