DARK BASIC
MAIN COMMANDS MENU

The language has been segmented into fifteen categories that provide the necessary command sets you will need to create powerful programs. These categories have been arranged to introduce the power of Dark Basic gradually.

1. BASIC lists commands that are common to almost all BASIC languages
2. INPUT lists commands that handle control devices and reads all forms of user input
3. MATHS lists commands specifically used during mathematical calculations
4. BASIC2D lists commands that draw simple shapes to the screen
5. TEXT lists commands that place text on the screen
6. SCREEN lists commands that detect and change the display mode of the screen
7. BITMAP lists commands that load, create and manipulate graphics bitmaps
8. SPRITE lists commands that create, modify, move and animate sprite objects
9. SOUND lists commands that load and play sounds
10. MUSIC lists commands that load and play music
11. ANIMATION lists commands that load and play animation
12. BASIC3D lists commands that load, create and manipulate 3D objects
13. CAMERA3D lists commands that rotate, move and point the built-in camera
14. MATRIX3D lists commands that create, terra form and paint 3D landscapes
15. SYSTEM lists commands that detect and utilize specific system features

CLick here to return to the Main Menu.