thanks!
but i have a new problem, my code now doesnt seem to display any more than the first 3 letters....: Wink
#Method Write(tx!,ty!,text$)
{
#t$="t"
#For(Tt!=0; t$~=""; Tt!=Tt!+1)
{
#CharAt(text$, Tt!, t$)
}
#Kill(t!)
#tx2!=tx!
#While (t!=<Tt!)
{
#t!=t!+1
#CharAt(text$, t!, t$)
#letter$="/Font/"+t$+".bmp"
#SetImageTransparent(letter$,tx2!,ty!,20,25,64,128,0)
#tx2!=tx2!+18
}
}