right then, generally with most games you start programmining the games 'engine',the basic code before doing any graphical work just use different coloured squares for different parts of the game.
for all the text commands you could need go press f11 in the dark basic editor goto commands and then goto text, to change the colour of the text you need to use the 'ink' command
like this:
rem changing text colour
rem red text
ink rgb(255,0,0),0
print "Look its red"
rem blue text
ink rgb(0,0,255),0
print "Look its blue"
rem green text
ink rgb(0,255,0),0
print "And green"
*just copy and paste the above code into your db editor
if you can't do something check the tutorials and help files first they help alot.
ARE YOU A 3D MODELER??? IF SO WE NEED YOU!!!
EMAIL mynameisnoneofyourbuisness@hotmail.com to work on the new Star Strike project!!!