home *** CD-ROM | disk | FTP | other *** search
/ Logic Mania / LOGIC_MANIA.iso / atomix / _atomlevel / _help < prev    next >
Encoding:
Text File  |  1994-12-20  |  3.5 KB  |  93 lines

  1.                   _____   _______   _____    _   _
  2.                  /     \     |     /     \  / \ / \  |  \  /
  3.                  |_____|     |     |     |  |  |  |  |   \/
  4.                  |     |     |     |     |  |     |  |   /\
  5.                  |     |     |     \_____/  |     |  |  /  \
  6.  
  7.                          L E V E L   D E S I G N E R
  8.  
  9.  
  10. Designing new blocks
  11. --------------------
  12.  
  13. You can design new blocks for the editor by using a sprite editor to edit the
  14. "!AtomLevel.Sprites.Default" file.  The blocks must be numbered from 20
  15. onwards (the limit is 120).  These blocks are converted and saved with the
  16. levels by the level designer.  Ensure that the sprites don't have a palette
  17. for faster redraws in the editor.
  18.  
  19.  
  20. Designing levels
  21. ----------------
  22.  
  23. Blocks to place in the play field are selected from a scrollable window,
  24. placed using the left mouse button and removed using the right button.  The
  25. pit atom Comma Separated Value list defines the atoms which fall into the
  26. pit.  Once all of these have fallen, the atoms fall 'randomly'.  The atoms
  27. are entered by the number of free electrons.
  28.  
  29. ie  1 - 1 free electron (blue atom)
  30.     2 - 2 free electrons (red atom)
  31.     3 - 3 free electrons (green atom)
  32.     4 - 4 free electrons (yellow atom)
  33.     J - 0 free electrons (joker atom)
  34.  
  35. An example list would be: '3,2,1,4,4,2,2,1,J,J,J'.  Note that 'J' or 'j' is
  36. accepted as is the ommission of commas.
  37.  
  38.  
  39. Level objectives
  40. ----------------
  41.  
  42. There are six level objectives, which are defined as follows:
  43.  
  44. 1 - "COMPLETE THE GIVEN PATTERN"
  45.  
  46.     Place patterned blocks to create an enclosure in which the molecule is
  47.     to be created.  Define the list of atoms which fit the enclosure in the
  48.     pit list - if the player unsuccessfully fits these atoms in the enclosure
  49.     it is likely that the random atoms which follow will be impossible to
  50.     fit.  Set the number of molecules to be created to 1 and the number of
  51.     atoms required to the number of atoms to be fitted in the enclosure.
  52.     Fixed atoms may be placed.
  53.  
  54. 2 - "MAKE THE GIVEN ATOMS DISAPPEAR"
  55.  
  56.     Place fixed atoms in the play field.  Don't place patterned blocks.
  57.     Set the number of atoms required to 1 (the number of molecules is ignored
  58.     as the 'Left' indicator in the status field indicates the number of atoms
  59.     left to remove rather than the number of molecules to create).
  60.  
  61. 3 - "CREATE ONE MOLECULE"
  62.  
  63.     Set the number of molecules to be created to 1 and the number of atoms
  64.     required to 1.  Don't place any fixed atoms or patterned blocks.
  65.  
  66. 4 - "CREATE ONE MOLECULE WITH AT LEAST y ATOMS"
  67.  
  68.     Set the number of molecules to be created to 1 and the number of atoms
  69.     required to y.  Don't place any fixed atoms or patterned blocks.
  70.  
  71. 5 - "CREATE x MOLECULES"
  72.  
  73.     Set the number of molecules to be created to x and the number of atoms
  74.     required to 1.  Don't place any fixed atoms or patterned blocks.
  75.  
  76. 6 - "CREATE x MOLECULES WITH AT LEAST y ATOMS"
  77.  
  78.     Set the number of molecules to be created to x and the number of atoms
  79.     required to y.  Don't place any fixed atoms or patterned blocks.
  80.  
  81. You may vary the level definitions as you choose, so long as they are
  82. playable - the conditions listed above will still define the objective to be
  83. achieved.
  84.  
  85.  
  86. Additional options
  87. ------------------
  88.  
  89. Further options allow the materialization of random patterned blocks in the
  90. play field, defining the pit delay time between atoms falling in the pit,
  91. the password for levels and the number of atoms which must be removed in
  92. order to have the option of playing the extra round.
  93.