it does work here, you havent set the ink to black or something have you?, black ink on a black background doesn`t show at all <lol>, heres a test snippet
sync on:sync rate 0
for i=1 to 200
make object sphere i,rnd(3)
position object i,rnd(100)-50,rnd(100)-50,rnd(100)-50
color object i,rgb(rnd(255),rnd(255),rnd(255))
next i
set text size 40
ink rgb(255,0,0),0
do
turn camera left 1
text 100,100,"HERE I AM!"
set cursor rnd(500),rnd(500)
print "Heres me as well!"
sync
loop
if that displays the text "here I am!" and a line of text that hops about all over the screen saying "heres me as well" then the problem is most probably with your code, this works fine here, you may need to re-install, cheers
Mentor.
System spec : Pentium 3.0Ghz, 512MB DDR, 2x160Gb HD (using icewave hd coolers ), DVD RW/CD RW (all modes), multimedia front panel, 6 way surround sound, ATI radeon 9800Pro 128mb.