Here is what I have at the moment :
randomize timer()
dim let$(26)
let$(1)="a"
let$(2)="b"
let$(3)="c"
let$(4)="d"
let$(5)="e"
let$(6)="f"
let$(7)="g"
let$(8)="h"
let$(9)="i"
let$(10)="j"
let$(11)="k"
let$(12)="l"
let$(13)="m"
let$(14)="n"
let$(15)="o"
let$(16)="p"
let$(17)="q"
let$(18)="r"
let$(19)="s"
let$(20)="t"
let$(21)="u"
let$(22)="v"
let$(23)="w"
let$(24)="x"
let$(25)="y"
let$(26)="z"
ink RGB(0,255,0),RGB(0,0,0)
for b=1 to 60
for a=1 to 40
text b*10,a*10,let$(rnd(25)+1)
next a
next b
for b=1 to 60
for a=1 to 40
text b*10,a*10,let$(rnd(25)+1)
next a
next b
do
for b=1 to 60
for a=1 to 40
text b*10,a*10,let$(rnd(25)+1)
wait 20
next a
next b
loop
its a messed up, tacky, nOObish,unorganised OK I get that bit so people can leave it out.
How do I make it look like the matrix code. Thought some1 did one of these but could find it.
Thanks for your help
vivi
"Is it really good is a hoover sucks?"