Thank you for the link. I have learned a lot about text and readline commands over the past few days trying to find the best solution.
The script from baxslash certainly is better than just using text on a background, the quality of the text appears very good. Though I keep having a problem with the function deleteTextBox() with gives an error with the "Subscript is out of bounds at line" marked with ##
function deleteTextBox()
deleteSprite(box.bg)
## for i=1 to box.numlines ##
deleteText(boxText[i].ID)
next
dim boxText[0] as boxTextType
if box.max>box.height
deleteSprite(box.scrollbar)
endif
endfunction
for i=1 to box.numlines
I have not done anything different with the code. All functions are included in an extra file #include function.agc
if anyone else has any suggestions they too will be greatly received.
lmbeeee