#######################
#
# XR7: EarthStrike
# www.xandis.com
#
#######################

1. levels\ directory

Data files for both gaming and non-gaming scenes. These files
were created using either Notepad or WordPad.

These datafiles are basically lists of def/end blocks which are
interpreted by the game and the data in the 'main scene block'
is executed -- that begins the action for the level.

The game itself starts with the 'intro.txt' file which displays
the starting scene. Then the game proceeds to the 'menu.txt'
scene where the player can choose to start a game, view the
setup configuration or view the high scores.

The 'intro.txt' data file is well documented to assist with
learning about the structure of these files. Additional information
can be found at www.xandis.com and in the technical documentation
that comes with the support and source package.

For players, do note that we have found it easier to use the KEYBOARD
during level 4 unless the joystick allows for real fine control. This
fine control is needed in the avoidance stages where you don't want to
hit the walls.

# END OF DOCUMENT


