
*******************************************************************************
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* Sprite12 - Sprite-Editor in QBasic von Anton Knafl.
* ============================================================================
* Author: Anton Knafl (Toni) Mailto:gabriele.stival@chello.at
*
* Sehr komfortabeler Sprite-Editor mit Mausbedienung.
* Es lassen sich Sprites und auch Animationen aus bis
* zu 12 Einzelsprites fr SCREEN 12 erzeugen, die man in
* der integrierten Vorschaufunktion abspielen kann.
* Die Sprites kann man entweder in einer direkt
* ber PUT-Befehle anzeigbaren Form oder auch gleich
* als mundgerechtes BAS-Anzeigeprogramm abspeichern.
* Das Programm liegt als EXE- und als BAS-Quellsprache-
* Programm fr QuickBasic 7.1 (PDS) vor. Nach einigen
* Modifikationen im Bereich der Dateizugriffe
* ist das Programm auch unter QBasic 1.1 ablauffhig
* (Es mssen hierfr z.B. die Dateizugriffsfunktionen CHDRIVE
* und DIR$ eliminiert werden).
*
* Wertung: +++ (in einer Skala von + bis +++)
*
*------------------------------------------------------------------------------
*
* +---------------+
* | ENGLISH  INFO |
* +---------------+
*
* Sprite12 - Sprite-Editor in QBasic by Anton Knafl.
* =============================================================================
* Author: Anton Knafl (Toni) Mailto:gabriele.stival@chello.at
*
* Very convenient sprite editor. User interface with mouse.
* You can create animations consisting of up to 12 sprites for SCRREN 12.
* An animation can be instantly played in an integrated preview mode.
* The sprites can be stored in a format which fits the QBasic PUT command
* for displaying the sprite later on in your own QBasic program. As a second
* alternative, a sprite can be stored as a ready-made BAS-Programm which
* can display the sprite, with full animation, directly on the screen!
* The programm is provided as an EXE and as a BAS file which can be run
* under QUickBasic 7.1 (PDS). After some small modifications the program
* will also run under QBasic 1.1 (remove the file management commands
* CHDRIVE and DIR$ etc.).
*
* Rating: +++ (in a range from + to +++)
*
*------------------------------------------------------------------------------
*
* (c) Thomas Antoni, 08.10.2000 - 2.1.2001
*       Mailto:thomas@antonis.de
*       http://www.antonis.de   --==-- Hottest QBasic Stuff on Earth !!!
*
*
******************************************************************************








